Skip to content

Commit 8e6dbae

Browse files
committed
Build CI images in parallel
Closes gh-18115
1 parent 42ba305 commit 8e6dbae

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

ci/pipeline.yml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -144,18 +144,19 @@ jobs:
144144
plan:
145145
- get: ci-images-git-repo
146146
trigger: true
147-
- put: spring-boot-ci-image
148-
params:
149-
build: ci-images-git-repo/ci/images
150-
dockerfile: ci-images-git-repo/ci/images/spring-boot-ci-image/Dockerfile
151-
- put: spring-boot-jdk11-ci-image
152-
params:
153-
build: ci-images-git-repo/ci/images
154-
dockerfile: ci-images-git-repo/ci/images/spring-boot-jdk11-ci-image/Dockerfile
155-
- put: spring-boot-jdk12-ci-image
156-
params:
157-
build: ci-images-git-repo/ci/images
158-
dockerfile: ci-images-git-repo/ci/images/spring-boot-jdk12-ci-image/Dockerfile
147+
- in_parallel:
148+
- put: spring-boot-ci-image
149+
params:
150+
build: ci-images-git-repo/ci/images
151+
dockerfile: ci-images-git-repo/ci/images/spring-boot-ci-image/Dockerfile
152+
- put: spring-boot-jdk11-ci-image
153+
params:
154+
build: ci-images-git-repo/ci/images
155+
dockerfile: ci-images-git-repo/ci/images/spring-boot-jdk11-ci-image/Dockerfile
156+
- put: spring-boot-jdk12-ci-image
157+
params:
158+
build: ci-images-git-repo/ci/images
159+
dockerfile: ci-images-git-repo/ci/images/spring-boot-jdk12-ci-image/Dockerfile
159160
- name: detect-jdk-updates
160161
plan:
161162
- get: git-repo

0 commit comments

Comments
 (0)