diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 345ee325c7..0c55886dfb 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -107,16 +107,6 @@ resources: access_token: ((github-ci-status-token)) branch: ((branch)) context: jdk15-build -- name: send-an-email - type: email - source: - smtp: - host: ((email-server)) - port: "25" - anonymous: true - skip_ssl_validation: true - from: ((email-from)) - to: ((email-to)) - name: slack-alert type: slack-notification icon: slack @@ -168,10 +158,6 @@ jobs: do: - put: repo-status-build params: { state: "failure", commit: "git-repo" } - - put: send-an-email - params: - subject_text: "[spring-framework-ci] Build ${BUILD_ID} failed" - body_text: "See build failure: ${ATC_EXTERNAL_URL}" - put: slack-alert params: text: ":concourse-failed: " @@ -233,10 +219,6 @@ jobs: do: - put: repo-status-jdk11-build params: { state: "failure", commit: "git-repo" } - - put: send-an-email - params: - subject_text: "[spring-framework-ci] JDK 11 Build ${BUILD_ID} failed" - body_text: "See build failure: ${ATC_EXTERNAL_URL}" - put: slack-alert params: text: ":concourse-failed: " @@ -269,10 +251,6 @@ jobs: do: - put: repo-status-jdk14-build params: { state: "failure", commit: "git-repo" } - - put: send-an-email - params: - subject_text: "[spring-framework-ci] JDK 14 Build ${BUILD_ID} failed" - body_text: "See build failure: ${ATC_EXTERNAL_URL}" - put: slack-alert params: text: ":concourse-failed: " @@ -305,10 +283,6 @@ jobs: do: - put: repo-status-jdk15-build params: { state: "failure", commit: "git-repo" } - - put: send-an-email - params: - subject_text: "[spring-framework-ci] JDK 15 Build ${BUILD_ID} failed" - body_text: "See build failure: ${ATC_EXTERNAL_URL}" - put: slack-alert params: text: ":concourse-failed: "