-
Notifications
You must be signed in to change notification settings - Fork 1
/
zowe-release-v2-template.json
44 lines (42 loc) · 1.75 KB
/
zowe-release-v2-template.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
{
"zowe" : {
"from" : "libs-snapshot-local",
"to" : "libs-release-local",
"sourcePath" : "org/zowe/{ZOWE_ARTIFACT_DIR}",
"sourceFiles": {
"zowe-*.pax": "zowe-*.pax",
"zowe-*.pax.bundle": "zowe-*.pax.bundle",
"zowe-smpe-*.zip": "zowe-smpe-*.zip",
"zowe-smpe-*.zip.bundle": "zowe-smpe-*.zip.bundle",
"smpe-promote-*.tar": "smpe-promote-*.tar",
"server-bundle.amd64-*.tar": "server-bundle.amd64-*.tar",
"server-bundle.sources.amd64-*.tar": "server-bundle.sources.amd64-*.tar",
"server-bundle.s390x-*.tar": "server-bundle.s390x-*.tar",
"server-bundle.sources.s390x-*.tar": "server-bundle.sources.s390x-*.tar",
"zowe-containerization-*.zip": "zowe-containerization-*.zip",
"zowe-containerization-*.zip.bundle": "zowe-containerization-*.zip.bundle",
"zowe-PSWI-*.pax.Z": "zowe-PSWI-*.pax.Z",
"zowe-PSWI-*.pax.Z.bundle": "zowe-PSWI-*.pax.Z.bundle"
}
},
"zowe-cli" : {
"nightlyFrom" : "libs-snapshot-local",
"from" : "libs-release-local",
"to" : "libs-release-local",
"sourcePath" : "org/zowe/cli",
"sourceFiles": {
"zowe-cli-package-*.zip": "zowe-cli-package-2*.zip",
"zowe-cli-plugins-*.zip": "zowe-cli-plugins-2*.zip"
}
},
"zowe-cli-sdk" : {
"from" : "libs-release-local",
"to" : "libs-release-local",
"sourcePath" : "org/zowe/sdk",
"sourceFiles": {
"zowe-python-sdk-*.zip": "zowe-python-sdk-2*.zip",
"zowe-nodejs-sdk-*.zip": "zowe-nodejs-sdk-2*.zip",
"zowe-nodejs-sdk-typedoc-*.zip": "zowe-nodejs-sdk-typedoc-2*.zip"
}
}
}