-
Notifications
You must be signed in to change notification settings - Fork 0
/
sampleJenkinsResponse.json
46 lines (46 loc) · 1.2 KB
/
sampleJenkinsResponse.json
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
{
"assignedLabels": [{}],
"mode": "NORMAL",
"nodeDescription": "the master Jenkins node",
"nodeName": "",
"numExecutors": 4,
"description": null,
"jobs": [{
"name": "s16-backend",
"url": "https://jenkins.bls.ch/job/s16-backend/",
"color": "blue"
}, {
"name": "s16-backend-release",
"url": "https://jenkins.bls.ch/job/s16-backend-release/",
"color": "blue_anime"
}, {
"name": "s16-backend-test",
"url": "https://jenkins.bls.ch/job/s16-backend-test/",
"color": "red"
}, {
"name": "s16-sh",
"url": "https://jenkins.bls.ch/job/s16-sh/",
"color": "blue"
}, {
"name": "s16-soap-ui",
"url": "https://jenkins.bls.ch/job/s16-soap-ui/",
"color": "blue"
}],
"overallLoad": {},
"primaryView": {
"name": "All",
"url": "https://jenkins.bls.ch/"
},
"quietingDown": false,
"slaveAgentPort": 49501,
"unlabeledLoad": {},
"useCrumbs": false,
"useSecurity": true,
"views": [{
"name": "All",
"url": "https://jenkins.bls.ch/"
}, {
"name": "s16",
"url": "https://jenkins.bls.ch/view/s16/"
}]
}