-
Notifications
You must be signed in to change notification settings - Fork 0
/
jenkins.configurationascode
71 lines (71 loc) · 1.52 KB
/
jenkins.configurationascode
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
credentials:
system:
domainCredentials:
- credentials:
- usernamePassword:
id: "test123"
password: "test456"
scope: GLOBAL
username: "test123"
jenkins:
agentProtocols:
- "JNLP4-connect"
- "Ping"
crumbIssuer:
standard:
excludeClientIPFromCrumb: false
disableRememberMe: false
labelAtoms:
- name: "master"
markupFormatter: "plainText"
mode: NORMAL
myViewsTabBar: "standard"
numExecutors: 2
primaryView:
all:
name: "all"
projectNamingStrategy: "standard"
quietPeriod: 5
remotingSecurity:
enabled: false
scmCheckoutRetryCount: 0
slaveAgentPort: 50000
updateCenter:
sites:
- id: "default"
url: "https://updates.jenkins.io/update-center.json"
views:
- all:
name: "all"
viewsTabBar: "standard"
security:
apiToken:
creationOfLegacyTokenEnabled: false
tokenGenerationOnCreationEnabled: false
usageStatisticsEnabled: true
sSHD:
port: -1
unclassified:
buildDiscarders:
configuredBuildDiscarders:
- "jobBuildDiscarder"
location:
adminAddress: "address not configured yet <nobody@nowhere>"
url: "http://my_jenkins:8080/"
pollSCM:
pollingThreadCount: 10
tool:
git:
installations:
- home: "git"
name: "Default"
snyk:
installations:
- home: "/node_modules/.bin/"
name: "snyk"
properties:
- installSource:
installers:
- command:
command: "snyk auth ^${SNYK_API_KEY}"
toolHome: "/node_modules/.bin/"