@@ -25,7 +25,7 @@ services:
25
25
26
26
env :
27
27
global :
28
- - MAIN_BRANCH=private-master
28
+ - MAIN_BRANCH=v9.2.5
29
29
- MQ_LTS_VERSION=9.2.0.4
30
30
- TAGCACHE_FILE=tagcache
31
31
- RELEASE=r1
@@ -40,7 +40,7 @@ go_import_path: "github.com/ibm-messaging/mq-container"
40
40
jobs :
41
41
include :
42
42
- stage : basic-build
43
- if : branch != private-master AND tag IS blank
43
+ if : branch != v9.2.5 AND tag IS blank
44
44
name : " Basic AMD64 build"
45
45
os : linux
46
46
env :
@@ -50,12 +50,12 @@ jobs:
50
50
# CD Build
51
51
52
52
- 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*
54
54
name : " Generate Global Tag"
55
55
os : linux
56
56
script : bash -e travis-build-scripts/global-tag.sh
57
57
- stage : build
58
- if : branch = private-master OR tag =~ ^release-candidate*
58
+ if : branch = v9.2.5 OR tag =~ ^release-candidate*
59
59
name : " Multi-Arch AMD64 build"
60
60
os : linux
61
61
env :
64
64
- MQ_ARCHIVE_REPOSITORY_DEV=$MQ_925_ARCHIVE_REPOSITORY_DEV_AMD64
65
65
script : bash -e travis-build-scripts/run.sh
66
66
- stage : build
67
- if : branch = private-master OR tag =~ ^release-candidate*
67
+ if : branch = v9.2.5 OR tag =~ ^release-candidate*
68
68
name : " Multi-Arch S390X build"
69
69
os : linux-s390
70
70
env :
74
74
- MQ_ARCHIVE_REPOSITORY_DEV=$MQ_925_ARCHIVE_REPOSITORY_DEV_S390X
75
75
script : bash -e travis-build-scripts/run.sh
76
76
- stage : build
77
- if : branch = private-master OR tag =~ ^release-candidate*
77
+ if : branch = v9.2.5 OR tag =~ ^release-candidate*
78
78
name : " Multi-Arch PPC64LE build"
79
79
os : linux-ppc64le
80
80
env :
84
84
- MQ_ARCHIVE_REPOSITORY_DEV=$MQ_925_ARCHIVE_REPOSITORY_DEV_PPC64LE
85
85
script : bash -e travis-build-scripts/run.sh
86
86
- 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*
88
88
name : " Push Manifest-list to registry"
89
89
env :
90
90
- PUSH_MANIFEST_ONLY=true
93
93
# LTS Build
94
94
95
95
- 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*
97
97
name : " Generate Global Tag"
98
98
os : linux
99
99
env :
@@ -103,7 +103,7 @@ jobs:
103
103
- RELEASE=$RELEASE_LTS
104
104
script : bash -e travis-build-scripts/global-tag.sh
105
105
- stage : build
106
- if : branch = private-master OR tag =~ ^release-candidate*
106
+ if : branch = v9.2.5 OR tag =~ ^release-candidate*
107
107
name : " Multi-Arch AMD64 build"
108
108
os : linux
109
109
env :
@@ -114,7 +114,7 @@ jobs:
114
114
- RELEASE=$RELEASE_LTS
115
115
script : bash -e travis-build-scripts/run.sh
116
116
- stage : build
117
- if : branch = private-master OR tag =~ ^release-candidate*
117
+ if : branch = v9.2.5 OR tag =~ ^release-candidate*
118
118
name : " Multi-Arch S390X build"
119
119
os : linux-s390
120
120
env :
@@ -126,7 +126,7 @@ jobs:
126
126
- RELEASE=$RELEASE_LTS
127
127
script : bash -e travis-build-scripts/run.sh
128
128
- stage : build
129
- if : branch = private-master OR tag =~ ^release-candidate*
129
+ if : branch = v9.2.5 OR tag =~ ^release-candidate*
130
130
name : " Multi-Arch PPC64LE build"
131
131
os : linux-ppc64le
132
132
env :
@@ -138,7 +138,7 @@ jobs:
138
138
- RELEASE=$RELEASE_LTS
139
139
script : bash -e travis-build-scripts/run.sh
140
140
- 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*
142
142
name : " Push Manifest-list to registry"
143
143
env :
144
144
- LTS=true
0 commit comments