-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathjenkins (2).yaml
108 lines (108 loc) · 2.71 KB
/
jenkins (2).yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
jenkins:
agentProtocols:
- "JNLP4-connect"
- "Ping"
authorizationStrategy:
globalMatrix:
permissions:
- "Overall/Administer:authenticated"
- "Overall/Read:authenticated"
crumbIssuer:
standard:
excludeClientIPFromCrumb: false
disableRememberMe: false
labelAtoms:
- name: "built-in"
markupFormatter: "plainText"
mode: NORMAL
myViewsTabBar: "standard"
numExecutors: 2
primaryView:
all:
name: "all"
projectNamingStrategy: "standard"
quietPeriod: 5
remotingSecurity:
enabled: true
scmCheckoutRetryCount: 0
securityRealm:
github:
clientID: "39b74cf79bd49a7465eb"
clientSecret: "{AQAAABAAAAAwDk4iEvJCYPcv0givIFzw0Sq3GAa8YK4X2WXh2bEuGuikHewT/ZdnCoa2Vx1w6fhaJNjL7QwWaqxHgdoo9foZWA==}"
githubApiUri: "https://git.daimler.com/api/v3"
githubWebUri: "https://git.daimler.com"
oauthScopes: "read:org,user:email,repo"
slaveAgentPort: 50000
updateCenter:
sites:
- id: "default"
url: "https://updates.jenkins.io/update-center.json"
views:
- all:
name: "all"
viewsTabBar: "standard"
globalCredentialsConfiguration:
configuration:
providerFilter: "none"
typeFilter: "none"
security:
apiToken:
creationOfLegacyTokenEnabled: false
tokenGenerationOnCreationEnabled: false
usageStatisticsEnabled: true
copyartifact:
mode: PRODUCTION
envInject:
enableLoadingFromMaster: false
enablePermissions: false
hideInjectedVars: false
sSHD:
port: -1
unclassified:
buildDiscarders:
configuredBuildDiscarders:
- "jobBuildDiscarder"
buildStepOperation:
enabled: false
fingerprints:
fingerprintCleanupDisabled: false
storage: "file"
gitHubConfiguration:
apiRateLimitChecker: ThrottleForNormalize
gitHubPluginConfig:
hookUrl: "http://localhost:1234/github-webhook/"
gitSCM:
addGitTagAction: false
allowSecondFetch: false
createAccountBasedOnEmail: false
disableGitToolChooser: false
hideCredentials: false
showEntireCommitSummaryInChanges: false
useExistingAccountWithSameEmail: false
junitTestResultStorage:
storage: "file"
location:
adminAddress: "address not configured yet <nobody@nowhere>"
url: "http://localhost:1234/"
mailer:
charset: "UTF-8"
useSsl: false
useTls: false
mavenModuleSet:
localRepository: "default"
pollSCM:
pollingThreadCount: 10
timestamper:
allPipelines: false
elapsedTimeFormat: "'<b>'HH:mm:ss.S'</b> '"
systemTimeFormat: "'<b>'HH:mm:ss'</b> '"
upstream:
globalUpstreamFilterStrategy: UseOldest
tool:
git:
installations:
- home: "git"
name: "Default"
mavenGlobalConfig:
globalSettingsProvider: "standard"
settingsProvider: "standard"