@@ -183,17 +183,17 @@ jobs:
183183 - get : spring-boot-ci-image
184184 - in_parallel :
185185 - task : detect-jdk8-update
186+ image : spring-boot-ci-image
186187 file : git-repo/ci/tasks/detect-jdk-updates.yml
187188 params :
188189 << : *github-task-params
189190 JDK_VERSION : java8
190- image : spring-boot-ci-image
191191 - task : detect-jdk11-update
192+ image : spring-boot-ci-image
192193 file : git-repo/ci/tasks/detect-jdk-updates.yml
193194 params :
194195 << : *github-task-params
195196 JDK_VERSION : java11
196- image : spring-boot-ci-image
197197- name : detect-ubuntu-image-updates
198198 plan :
199199 - get : git-repo
@@ -202,10 +202,10 @@ jobs:
202202 - get : spring-boot-ci-image
203203 - do :
204204 - task : detect-ubuntu-image-updates
205+ image : spring-boot-ci-image
205206 file : git-repo/ci/tasks/detect-ubuntu-image-updates.yml
206207 params :
207208 << : *github-task-params
208- image : spring-boot-ci-image
209209- name : detect-docker-updates
210210 plan :
211211 - get : git-repo
@@ -214,10 +214,10 @@ jobs:
214214 - get : spring-boot-ci-image
215215 - do :
216216 - task : detect-docker-updates
217+ image : spring-boot-ci-image
217218 file : git-repo/ci/tasks/detect-docker-updates.yml
218219 params :
219220 << : *github-task-params
220- image : spring-boot-ci-image
221221- name : build
222222 serial : true
223223 public : true
@@ -229,21 +229,21 @@ jobs:
229229 params : { state: "pending", commit: "git-repo" }
230230 - do :
231231 - task : build-project
232- << : *build-project-task-params
233232 image : spring-boot-ci-image
233+ << : *build-project-task-params
234234 - in_parallel :
235235 - task : build-samples
236- timeout : ((task-timeout))
237236 image : spring-boot-ci-image
238237 file : git-repo/ci/tasks/build-samples.yml
239- - task : build-integration-tests
240238 timeout : ((task-timeout))
239+ - task : build-integration-tests
241240 image : spring-boot-ci-image
242241 file : git-repo/ci/tasks/build-integration-tests.yml
243- - task : build-deployment-tests
244242 timeout : ((task-timeout))
243+ - task : build-deployment-tests
245244 image : spring-boot-ci-image
246245 file : git-repo/ci/tasks/build-deployment-tests.yml
246+ timeout : ((task-timeout))
247247 on_failure :
248248 do :
249249 - put : repo-status-build
@@ -288,22 +288,22 @@ jobs:
288288 path : git-repo
289289 status : pending
290290 - task : build-project
291- timeout : ((task-timeout))
292291 image : spring-boot-ci-image
293292 file : git-repo/ci/tasks/build-pr-project.yml
293+ timeout : ((task-timeout))
294294 - in_parallel :
295295 - task : build-samples
296- timeout : ((task-timeout))
297296 image : spring-boot-ci-image
298297 file : git-repo/ci/tasks/build-samples.yml
299- - task : build-integration-tests
300298 timeout : ((task-timeout))
299+ - task : build-integration-tests
301300 image : spring-boot-ci-image
302301 file : git-repo/ci/tasks/build-integration-tests.yml
303- - task : build-deployment-tests
304302 timeout : ((task-timeout))
303+ - task : build-deployment-tests
305304 image : spring-boot-ci-image
306305 file : git-repo/ci/tasks/build-deployment-tests.yml
306+ timeout : ((task-timeout))
307307 on_success :
308308 put : git-pull-request
309309 params :
@@ -325,21 +325,21 @@ jobs:
325325 params : { state: "pending", commit: "git-repo" }
326326 - do :
327327 - task : build-project
328- << : *build-project-task-params
329328 image : spring-boot-jdk11-ci-image
329+ << : *build-project-task-params
330330 - in_parallel :
331331 - task : build-samples
332- timeout : ((task-timeout))
333332 image : spring-boot-jdk11-ci-image
334333 file : git-repo/ci/tasks/build-samples.yml
335- - task : build-integration-tests
336334 timeout : ((task-timeout))
335+ - task : build-integration-tests
337336 image : spring-boot-jdk11-ci-image
338337 file : git-repo/ci/tasks/build-integration-tests.yml
339- - task : build-deployment-tests
340338 timeout : ((task-timeout))
339+ - task : build-deployment-tests
341340 image : spring-boot-jdk11-ci-image
342341 file : git-repo/ci/tasks/build-deployment-tests.yml
342+ timeout : ((task-timeout))
343343 on_failure :
344344 do :
345345 - put : repo-status-jdk11-build
0 commit comments