File tree Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -144,18 +144,19 @@ jobs:
144
144
plan :
145
145
- get : ci-images-git-repo
146
146
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
159
160
- name : detect-jdk-updates
160
161
plan :
161
162
- get : git-repo
You can’t perform that action at this time.
0 commit comments