diff --git a/ci/pipeline.yml b/ci/pipeline.yml index a2b306975b..574c0eae13 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -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