@@ -25,7 +25,7 @@ services:
2525
2626env :
2727 global :
28- - MAIN_BRANCH=private-master
28+ - MAIN_BRANCH=v9.2.5
2929 - MQ_LTS_VERSION=9.2.0.4
3030 - TAGCACHE_FILE=tagcache
3131 - RELEASE=r1
@@ -40,7 +40,7 @@ go_import_path: "github.com/ibm-messaging/mq-container"
4040jobs :
4141 include :
4242 - stage : basic-build
43- if : branch != private-master AND tag IS blank
43+ if : branch != v9.2.5 AND tag IS blank
4444 name : " Basic AMD64 build"
4545 os : linux
4646 env :
@@ -50,12 +50,12 @@ jobs:
5050 # CD Build
5151
5252 - stage : global-tag
53- if : branch = private-master AND type != pull_request OR tag =~ ^release-candidate*
53+ if : branch = v9.2.5 AND type != pull_request OR tag =~ ^release-candidate*
5454 name : " Generate Global Tag"
5555 os : linux
5656 script : bash -e travis-build-scripts/global-tag.sh
5757 - stage : build
58- if : branch = private-master OR tag =~ ^release-candidate*
58+ if : branch = v9.2.5 OR tag =~ ^release-candidate*
5959 name : " Multi-Arch AMD64 build"
6060 os : linux
6161 env :
6464 - MQ_ARCHIVE_REPOSITORY_DEV=$MQ_925_ARCHIVE_REPOSITORY_DEV_AMD64
6565 script : bash -e travis-build-scripts/run.sh
6666 - stage : build
67- if : branch = private-master OR tag =~ ^release-candidate*
67+ if : branch = v9.2.5 OR tag =~ ^release-candidate*
6868 name : " Multi-Arch S390X build"
6969 os : linux-s390
7070 env :
7474 - MQ_ARCHIVE_REPOSITORY_DEV=$MQ_925_ARCHIVE_REPOSITORY_DEV_S390X
7575 script : bash -e travis-build-scripts/run.sh
7676 - stage : build
77- if : branch = private-master OR tag =~ ^release-candidate*
77+ if : branch = v9.2.5 OR tag =~ ^release-candidate*
7878 name : " Multi-Arch PPC64LE build"
7979 os : linux-ppc64le
8080 env :
8484 - MQ_ARCHIVE_REPOSITORY_DEV=$MQ_925_ARCHIVE_REPOSITORY_DEV_PPC64LE
8585 script : bash -e travis-build-scripts/run.sh
8686 - stage : push-manifest
87- if : branch = private-master AND type != pull_request OR tag =~ ^release-candidate*
87+ if : branch = v9.2.5 AND type != pull_request OR tag =~ ^release-candidate*
8888 name : " Push Manifest-list to registry"
8989 env :
9090 - PUSH_MANIFEST_ONLY=true
9393 # LTS Build
9494
9595 - stage : global-tag
96- if : branch = private-master AND type != pull_request OR tag =~ ^release-candidate*
96+ if : branch = v9.2.5 AND type != pull_request OR tag =~ ^release-candidate*
9797 name : " Generate Global Tag"
9898 os : linux
9999 env :
@@ -103,7 +103,7 @@ jobs:
103103 - RELEASE=$RELEASE_LTS
104104 script : bash -e travis-build-scripts/global-tag.sh
105105 - stage : build
106- if : branch = private-master OR tag =~ ^release-candidate*
106+ if : branch = v9.2.5 OR tag =~ ^release-candidate*
107107 name : " Multi-Arch AMD64 build"
108108 os : linux
109109 env :
@@ -114,7 +114,7 @@ jobs:
114114 - RELEASE=$RELEASE_LTS
115115 script : bash -e travis-build-scripts/run.sh
116116 - stage : build
117- if : branch = private-master OR tag =~ ^release-candidate*
117+ if : branch = v9.2.5 OR tag =~ ^release-candidate*
118118 name : " Multi-Arch S390X build"
119119 os : linux-s390
120120 env :
@@ -126,7 +126,7 @@ jobs:
126126 - RELEASE=$RELEASE_LTS
127127 script : bash -e travis-build-scripts/run.sh
128128 - stage : build
129- if : branch = private-master OR tag =~ ^release-candidate*
129+ if : branch = v9.2.5 OR tag =~ ^release-candidate*
130130 name : " Multi-Arch PPC64LE build"
131131 os : linux-ppc64le
132132 env :
@@ -138,7 +138,7 @@ jobs:
138138 - RELEASE=$RELEASE_LTS
139139 script : bash -e travis-build-scripts/run.sh
140140 - stage : push-manifest
141- if : branch = private-master AND type != pull_request OR tag =~ ^release-candidate*
141+ if : branch = v9.2.5 AND type != pull_request OR tag =~ ^release-candidate*
142142 name : " Push Manifest-list to registry"
143143 env :
144144 - LTS=true
0 commit comments