3838 timeout : 1h30m
3939 file : git-repo/ci/tasks/build-project.yml
4040 vars :
41- branch : ((branch ))
41+ ci-image-tag : ((ci-image-tag ))
4242 - put : artifactory-repo
4343 params : &artifactory-params
4444 signing_key : ((signing-key))
6868 - task : acceptance-tests
6969 file : git-repo/ci/tasks/acceptance-tests.yml
7070 vars :
71- branch : ((branch ))
71+ ci-image-tag : ((ci-image-tag ))
7272 on_success :
7373 in_parallel :
7474 - *slack-success-notification
8989 file : git-repo/ci/tasks/stage.yml
9090 vars :
9191 release-type : M
92- branch : ((branch ))
92+ ci-image-tag : ((ci-image-tag ))
9393 - put : artifactory-repo
9494 params :
9595 << : *artifactory-params
@@ -107,7 +107,7 @@ jobs:
107107 file : git-repo/ci/tasks/stage.yml
108108 vars :
109109 release-type : RC
110- branch : ((branch ))
110+ ci-image-tag : ((ci-image-tag ))
111111 - put : artifactory-repo
112112 params :
113113 << : *artifactory-params
@@ -125,7 +125,7 @@ jobs:
125125 file : git-repo/ci/tasks/stage.yml
126126 vars :
127127 release-type : RELEASE
128- branch : ((branch ))
128+ ci-image-tag : ((ci-image-tag ))
129129 - put : artifactory-repo
130130 params :
131131 << : *artifactory-params
@@ -146,7 +146,7 @@ jobs:
146146 file : git-repo/ci/tasks/promote.yml
147147 vars :
148148 release-type : M
149- branch : ((branch ))
149+ ci-image-tag : ((ci-image-tag ))
150150
151151 - name : promote-rc
152152 serial : true
@@ -161,7 +161,7 @@ jobs:
161161 file : git-repo/ci/tasks/promote.yml
162162 vars :
163163 release-type : RC
164- branch : ((branch ))
164+ ci-image-tag : ((ci-image-tag ))
165165
166166 - name : promote-release
167167 serial : true
@@ -176,7 +176,7 @@ jobs:
176176 file : git-repo/ci/tasks/promote.yml
177177 vars :
178178 release-type : RELEASE
179- branch : ((branch ))
179+ ci-image-tag : ((ci-image-tag ))
180180
181181 - name : sync-to-maven-central
182182 serial : true
@@ -190,7 +190,7 @@ jobs:
190190 - task : sync-to-maven-central
191191 file : git-repo/ci/tasks/sync-to-maven-central.yml
192192 vars :
193- branch : ((branch ))
193+ ci-image-tag : ((ci-image-tag ))
194194
195195resource_types :
196196 - name : artifactory-resource
@@ -256,7 +256,7 @@ resources:
256256 repository : ((corporate-harbor-registry))/((dockerhub-organization))/app-broker-ci
257257 username : ((corporate-harbor-robot-account.username))
258258 password : ((corporate-harbor-robot-account.password))
259- tag : ((branch ))
259+ tag : ((ci-image-tag ))
260260
261261 - name : artifactory-repo
262262 type : artifactory-resource
0 commit comments