-
Notifications
You must be signed in to change notification settings - Fork 3
/
build_parameters.json
49 lines (47 loc) · 1.1 KB
/
build_parameters.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
47
48
{
"NAME": "Step OSS backend",
"ACTIONS": [
{
"ACTION": "COMPILE",
"TYPE": "POM",
"FOLDER": ".",
"PARALLELISM": "2C",
"PARAMETERS": [
{
"NAME": "DEVELOPMENT",
"URL": "nexus-staging::https://nexus-enterprise.exense.ch/repository/staging-maven/",
"CONFIG": "SkipJavadoc"
},
{
"NAME": "INTEGRATION",
"URL": "nexus-staging::https://nexus-enterprise.exense.ch/repository/staging-maven/",
"CONFIG": "PerformanceTest"
},
{
"NAME": "PRODUCTION",
"URL": "sonatype::https://oss.sonatype.org/service/local/staging/deploy/maven2",
"CONFIG": "SignedBuild"
}
]
},
{
"ACTION": "COMPILE",
"TYPE": "NPM",
"FOLDER": "step-node/step-node-agent/",
"PARAMETERS": [
{
"NAME": "DEVELOPMENT",
"URL": "nexus-staging https://nexus-enterprise-staging.exense.ch/repository/staging-npm/"
},
{
"NAME": "INTEGRATION",
"URL": "nexus-staging https://nexus-enterprise-staging.exense.ch/repository/staging-npm/"
},
{
"NAME": "PRODUCTION",
"URL": "exense https://registry.npmjs.org/"
}
]
}
]
}