forked from adoptium/ci-jenkins-pipelines
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fakeDefaults.json
43 lines (43 loc) · 1.31 KB
/
fakeDefaults.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
{
"repository" : {
"build_url" : "1",
"build_branch" : "20",
"pipeline_url" : "19",
"pipeline_branch" : "21",
"helper_ref" : "24"
},
"jenkinsDetails" : {
"rootUrl" : "3",
"rootDirectory" : "4"
},
"templateDirectories" : {
"downstream" : "5",
"upstream" : "6",
"weekly" : "7"
},
"configDirectories" : {
"build" : "8",
"nightly" : "9",
"platform" : "10"
},
"scriptDirectories" : {
"upstream" : "11",
"downstream" : "12",
"weekly" : "13",
"regeneration" : "14",
"tester" : "15",
"buildfarm" : "22"
},
"baseFileDirectories" : {
"upstream" : "16",
"downstream" : "17"
},
"testDetails" : {
"enableReproducibleCompare" : false,
"enableTests" : true,
"nightlyDefault" : [ "test1", "test2", "test3" ],
"weeklyDefault" : [ "test4", "test5", "test6", "test7"],
"releaseDefault" : [ "test8", "test9"]
},
"defaultsUrl" : "23"
}