Skip to content

Commit 5bebff9

Browse files
Pogrebnyak, SergeiPogrebnyak, Sergei
authored andcommitted
10.3-fix1
1 parent 2e31579 commit 5bebff9

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
global:
1616
- CC_ENV=travis
1717
- IS_ANTCC_BUILDER=true
18-
- CC_VERSION=10.3-release
18+
- CC_VERSION=10.3-fix1
1919
- CC_DISTRO=cc-def
2020
- CC_INSTALLER_URL=http://empowersdc.softwareag.com/ccinstallers/
2121
- ANTCC_INSTALLER_URL=https://github.com/SoftwareAG/sagdevops-antcc/releases/download/v10.3

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ pipeline {
8989
CC_INSTALLER_URL = "http://aquarius-bg.eur.ad.sag/cc/installers" // internal download site
9090
CC_ENV_FILE = "tests/test.properties"
9191
CC_PASSWORD = "manage"
92-
CC_VERSION = "10.3-milestone"
92+
CC_VERSION = "10.3-fix1"
9393
}
9494
stages {
9595
stage("Prepare") {

lib/bootstrap.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
Command Central bootstrap installer wrapper
55
</description>
66

7+
<!-- IMPORTANT: rev this version anytime we promote new installer -->
8+
<property name="cc.installer.latest" value="cc-def-10.3-fix1" />
9+
10+
711
<property environment="env" />
812

913
<target name="help-bootstrap">
@@ -96,7 +100,7 @@ ant stopcc Stop local Command Central server
96100
</condition>
97101

98102
<!-- 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}">
100104
<isset property="env.CC_INSTALLER"/>
101105
</condition>
102106
<!-- to remove

0 commit comments

Comments
 (0)