-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbuild_parameters.json
More file actions
48 lines (47 loc) · 1.27 KB
/
Copy pathbuild_parameters.json
File metadata and controls
48 lines (47 loc) · 1.27 KB
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
{
"NAME": "Step OSS backend",
"ACTIONS": [
{
"ACTION": "COMPILE",
"TYPE": "POM",
"FOLDER": ".",
"PARALLELISM": "2C",
"PARAMETERS": [
{
"NAME": "DEVELOPMENT",
"URL": "nexus-staging::https://nexus-enterprise-staging.stepcloud-test.ch/repository/staging-maven/",
"CONFIG": "SkipJavadoc"
},
{
"NAME": "INTEGRATION",
"URL": "nexus-staging::https://nexus-enterprise-staging.stepcloud-test.ch/repository/staging-maven/",
"CONFIG": "PerformanceTest"
},
{
"NAME": "PRODUCTION",
"URL": "sonatype::https://obsolete",
"CONFIG": "SignedBuild"
}
]
},
{
"ACTION": "COMPILE",
"TYPE": "NPM",
"FOLDER": "step-node/step-node-agent/",
"PARAMETERS": [
{
"NAME": "DEVELOPMENT",
"URL": "nexus-staging https://nexus-enterprise-staging.stepcloud-test.ch/repository/staging-npm/"
},
{
"NAME": "INTEGRATION",
"URL": "nexus-staging https://nexus-enterprise-staging.stepcloud-test.ch/repository/staging-npm/"
},
{
"NAME": "PRODUCTION",
"URL": "exense https://registry.npmjs.org/"
}
]
}
]
}