@@ -25,7 +25,7 @@ services:
2525
2626env :
2727 global :
28- - MAIN_BRANCH=private-master
28+ - MAIN_BRANCH=v9.2.2
2929 - MQ_LTS_VERSION=9.2.0.1
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.2 AND tag IS blank
4444 name : " Basic AMD64 build"
4545 os : linux
4646 env :
@@ -50,20 +50,20 @@ 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.2 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.2 OR tag =~ ^release-candidate*
5959 name : " Multi-Arch AMD64 build"
6060 os : linux
6161 env :
6262 - BUILD_ALL=true
6363 - MQ_ARCHIVE_REPOSITORY=$MQ_922_ARCHIVE_REPOSITORY_AMD64
6464 - MQ_ARCHIVE_REPOSITORY_DEV=$MQ_922_ARCHIVE_REPOSITORY_DEV_AMD64
6565 script : bash -e travis-build-scripts/run.sh
66- # - if: branch = private-master OR tag =~ ^release-candidate*
66+ # - if: branch = v9.2.2 OR tag =~ ^release-candidate*
6767 # name: "Multi-Arch PPC64LE build"
6868 # os: linux-ppc64le
6969 # env:
7373 # - MQ_ARCHIVE_REPOSITORY_DEV=$MQ_922_ARCHIVE_REPOSITORY_DEV_PPC64LE
7474 # script: bash -e travis-build-scripts/run.sh
7575 - stage : build
76- if : branch = private-master OR tag =~ ^release-candidate*
76+ if : branch = v9.2.2 OR tag =~ ^release-candidate*
7777 name : " Multi-Arch S390X build"
7878 os : linux-s390
7979 env :
8383 - MQ_ARCHIVE_REPOSITORY_DEV=$MQ_922_ARCHIVE_REPOSITORY_DEV_S390X
8484 script : bash -e travis-build-scripts/run.sh
8585 - stage : push-manifest
86- if : branch = private-master AND type != pull_request OR tag =~ ^release-candidate*
86+ if : branch = v9.2.2 AND type != pull_request OR tag =~ ^release-candidate*
8787 name : " Push Manifest-list to registry"
8888 env :
8989 - PUSH_MANIFEST_ONLY=true
9292 # LTS Build
9393
9494 - stage : global-tag
95- if : branch = private-master AND type != pull_request OR tag =~ ^release-candidate*
95+ if : branch = v9.2.2 AND type != pull_request OR tag =~ ^release-candidate*
9696 name : " Generate Global Tag"
9797 os : linux
9898 env :
@@ -102,7 +102,7 @@ jobs:
102102 - RELEASE=$RELEASE_LTS
103103 script : bash -e travis-build-scripts/global-tag.sh
104104 - stage : build
105- if : branch = private-master OR tag =~ ^release-candidate*
105+ if : branch = v9.2.2 OR tag =~ ^release-candidate*
106106 name : " Multi-Arch AMD64 build"
107107 os : linux
108108 env :
@@ -113,7 +113,7 @@ jobs:
113113 - RELEASE=$RELEASE_LTS
114114 script : bash -e travis-build-scripts/run.sh
115115 - stage : build
116- if : branch = private-master OR tag =~ ^release-candidate*
116+ if : branch = v9.2.2 OR tag =~ ^release-candidate*
117117 name : " Multi-Arch S390X build"
118118 os : linux-s390
119119 env :
@@ -125,7 +125,7 @@ jobs:
125125 - RELEASE=$RELEASE_LTS
126126 script : bash -e travis-build-scripts/run.sh
127127 - stage : push-manifest
128- if : branch = private-master AND type != pull_request OR tag =~ ^release-candidate*
128+ if : branch = v9.2.2 AND type != pull_request OR tag =~ ^release-candidate*
129129 name : " Push Manifest-list to registry"
130130 env :
131131 - LTS=true
0 commit comments