3737 - task : build-project
3838 timeout : 1h30m
3939 file : git-repo/ci/tasks/build-project.yml
40- vars :
41- ci-image-tag : ((ci-image-tag))
4240 - put : artifactory-repo
4341 params : &artifactory-params
4442 signing_key : ((signing-key))
6765 action : claim
6866 - task : acceptance-tests
6967 file : git-repo/ci/tasks/acceptance-tests.yml
70- vars :
71- ci-image-tag : ((ci-image-tag))
7268 on_success :
7369 in_parallel :
7470 - *slack-success-notification
8985 file : git-repo/ci/tasks/stage.yml
9086 vars :
9187 release-type : M
92- ci-image-tag : ((ci-image-tag))
9388 - put : artifactory-repo
9489 params :
9590 << : *artifactory-params
@@ -107,7 +102,6 @@ jobs:
107102 file : git-repo/ci/tasks/stage.yml
108103 vars :
109104 release-type : RC
110- ci-image-tag : ((ci-image-tag))
111105 - put : artifactory-repo
112106 params :
113107 << : *artifactory-params
@@ -125,7 +119,6 @@ jobs:
125119 file : git-repo/ci/tasks/stage.yml
126120 vars :
127121 release-type : RELEASE
128- ci-image-tag : ((ci-image-tag))
129122 - put : artifactory-repo
130123 params :
131124 << : *artifactory-params
@@ -146,7 +139,6 @@ jobs:
146139 file : git-repo/ci/tasks/promote.yml
147140 vars :
148141 release-type : M
149- ci-image-tag : ((ci-image-tag))
150142
151143 - name : promote-rc
152144 serial : true
@@ -161,7 +153,6 @@ jobs:
161153 file : git-repo/ci/tasks/promote.yml
162154 vars :
163155 release-type : RC
164- ci-image-tag : ((ci-image-tag))
165156
166157 - name : promote-release
167158 serial : true
@@ -176,7 +167,6 @@ jobs:
176167 file : git-repo/ci/tasks/promote.yml
177168 vars :
178169 release-type : RELEASE
179- ci-image-tag : ((ci-image-tag))
180170
181171 - name : sync-to-maven-central
182172 serial : true
@@ -189,8 +179,6 @@ jobs:
189179 save_build_info : true
190180 - task : sync-to-maven-central
191181 file : git-repo/ci/tasks/sync-to-maven-central.yml
192- vars :
193- ci-image-tag : ((ci-image-tag))
194182
195183resource_types :
196184 - name : artifactory-resource
@@ -256,7 +244,7 @@ resources:
256244 repository : ((corporate-harbor-registry))/((dockerhub-organization))/app-broker-ci
257245 username : ((corporate-harbor-robot-account.username))
258246 password : ((corporate-harbor-robot-account.password))
259- tag : ((ci-image-tag ))
247+ tag : ((branch ))
260248
261249 - name : artifactory-repo
262250 type : artifactory-resource
0 commit comments