File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 15
15
global :
16
16
- CC_ENV=travis
17
17
- IS_ANTCC_BUILDER=true
18
- - CC_VERSION=10.3-release
18
+ - CC_VERSION=10.3-fix1
19
19
- CC_DISTRO=cc-def
20
20
- CC_INSTALLER_URL=http://empowersdc.softwareag.com/ccinstallers/
21
21
- ANTCC_INSTALLER_URL=https://github.com/SoftwareAG/sagdevops-antcc/releases/download/v10.3
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ pipeline {
89
89
CC_INSTALLER_URL = " http://aquarius-bg.eur.ad.sag/cc/installers" // internal download site
90
90
CC_ENV_FILE = " tests/test.properties"
91
91
CC_PASSWORD = " manage"
92
- CC_VERSION = " 10.3-milestone "
92
+ CC_VERSION = " 10.3-fix1 "
93
93
}
94
94
stages {
95
95
stage(" Prepare" ) {
Original file line number Diff line number Diff line change 4
4
Command Central bootstrap installer wrapper
5
5
</description >
6
6
7
+ <!-- IMPORTANT: rev this version anytime we promote new installer -->
8
+ <property name =" cc.installer.latest" value =" cc-def-10.3-fix1" />
9
+
10
+
7
11
<property environment =" env" />
8
12
9
13
<target name =" help-bootstrap" >
@@ -96,7 +100,7 @@ ant stopcc Stop local Command Central server
96
100
</condition >
97
101
98
102
<!-- default is latest public GA version on SDC-->
99
- <condition property =" installer" value =" ${env.CC_INSTALLER}" else =" cc-def-10.3-release -${platform}" >
103
+ <condition property =" installer" value =" ${env.CC_INSTALLER}" else =" ${cc.installer.latest} -${platform}" >
100
104
<isset property =" env.CC_INSTALLER" />
101
105
</condition >
102
106
<!-- to remove
You can’t perform that action at this time.
0 commit comments