commit
4fa41054d5
|
|
@ -162,22 +162,23 @@ jobs:
|
||||||
plan:
|
plan:
|
||||||
- get: ci-images-git-repo
|
- get: ci-images-git-repo
|
||||||
trigger: true
|
trigger: true
|
||||||
- put: spring-boot-ci-image
|
- in_parallel:
|
||||||
params:
|
- put: spring-boot-ci-image
|
||||||
build: ci-images-git-repo/ci/images
|
params:
|
||||||
dockerfile: ci-images-git-repo/ci/images/spring-boot-ci-image/Dockerfile
|
build: ci-images-git-repo/ci/images
|
||||||
- put: spring-boot-jdk11-ci-image
|
dockerfile: ci-images-git-repo/ci/images/spring-boot-ci-image/Dockerfile
|
||||||
params:
|
- put: spring-boot-jdk11-ci-image
|
||||||
build: ci-images-git-repo/ci/images
|
params:
|
||||||
dockerfile: ci-images-git-repo/ci/images/spring-boot-jdk11-ci-image/Dockerfile
|
build: ci-images-git-repo/ci/images
|
||||||
- put: spring-boot-jdk12-ci-image
|
dockerfile: ci-images-git-repo/ci/images/spring-boot-jdk11-ci-image/Dockerfile
|
||||||
params:
|
- put: spring-boot-jdk12-ci-image
|
||||||
build: ci-images-git-repo/ci/images
|
params:
|
||||||
dockerfile: ci-images-git-repo/ci/images/spring-boot-jdk12-ci-image/Dockerfile
|
build: ci-images-git-repo/ci/images
|
||||||
- put: spring-boot-jdk13-ci-image
|
dockerfile: ci-images-git-repo/ci/images/spring-boot-jdk12-ci-image/Dockerfile
|
||||||
params:
|
- put: spring-boot-jdk13-ci-image
|
||||||
build: ci-images-git-repo/ci/images
|
params:
|
||||||
dockerfile: ci-images-git-repo/ci/images/spring-boot-jdk13-ci-image/Dockerfile
|
build: ci-images-git-repo/ci/images
|
||||||
|
dockerfile: ci-images-git-repo/ci/images/spring-boot-jdk13-ci-image/Dockerfile
|
||||||
- name: detect-jdk-updates
|
- name: detect-jdk-updates
|
||||||
plan:
|
plan:
|
||||||
- get: git-repo
|
- get: git-repo
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue