|
|
|
@ -213,7 +213,7 @@ jobs:
|
|
|
|
|
- put: repo-status-jdk9-build
|
|
|
|
|
params: { state: "failure", commit: "git-repo" }
|
|
|
|
|
- task: determine-email-body
|
|
|
|
|
image: spring-boot-ci-image
|
|
|
|
|
image: spring-boot-jdk9-ci-image
|
|
|
|
|
file: git-repo/ci/tasks/determine-email-body.yml
|
|
|
|
|
params:
|
|
|
|
|
STATE: failure
|
|
|
|
@ -226,7 +226,7 @@ jobs:
|
|
|
|
|
body: email-details/body
|
|
|
|
|
- do:
|
|
|
|
|
- task: determine-email-body
|
|
|
|
|
image: spring-boot-ci-image
|
|
|
|
|
image: spring-boot-jdk9-ci-image
|
|
|
|
|
file: git-repo/ci/tasks/determine-email-body.yml
|
|
|
|
|
params:
|
|
|
|
|
STATE: success
|
|
|
|
@ -272,7 +272,7 @@ jobs:
|
|
|
|
|
- put: repo-status-jdk10-build
|
|
|
|
|
params: { state: "failure", commit: "git-repo" }
|
|
|
|
|
- task: determine-email-body
|
|
|
|
|
image: spring-boot-ci-image
|
|
|
|
|
image: spring-boot-jdk10-ci-image
|
|
|
|
|
file: git-repo/ci/tasks/determine-email-body.yml
|
|
|
|
|
params:
|
|
|
|
|
STATE: failure
|
|
|
|
@ -285,7 +285,7 @@ jobs:
|
|
|
|
|
body: email-details/body
|
|
|
|
|
- do:
|
|
|
|
|
- task: determine-email-body
|
|
|
|
|
image: spring-boot-ci-image
|
|
|
|
|
image: spring-boot-jdk10-ci-image
|
|
|
|
|
file: git-repo/ci/tasks/determine-email-body.yml
|
|
|
|
|
params:
|
|
|
|
|
STATE: success
|
|
|
|
|