Skip to content

Commit

Permalink
Temporarily remove email notifications from build
Browse files Browse the repository at this point in the history
  • Loading branch information
bclozel authored and kenny5he committed Jun 21, 2020
1 parent 463b48f commit 2228e9d
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: <https://ci.spring.io/teams/${BUILD_TEAM_NAME}/pipelines/${BUILD_PIPELINE_NAME}/jobs/${BUILD_JOB_NAME}/builds/${BUILD_NAME}|${BUILD_PIPELINE_NAME} ${BUILD_JOB_NAME} failed!>"
Expand Down Expand Up @@ -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: <https://ci.spring.io/teams/${BUILD_TEAM_NAME}/pipelines/${BUILD_PIPELINE_NAME}/jobs/${BUILD_JOB_NAME}/builds/${BUILD_NAME}|${BUILD_PIPELINE_NAME} ${BUILD_JOB_NAME} failed!>"
Expand Down Expand Up @@ -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: <https://ci.spring.io/teams/${BUILD_TEAM_NAME}/pipelines/${BUILD_PIPELINE_NAME}/jobs/${BUILD_JOB_NAME}/builds/${BUILD_NAME}|${BUILD_PIPELINE_NAME} ${BUILD_JOB_NAME} failed!>"
Expand Down Expand Up @@ -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: <https://ci.spring.io/teams/${BUILD_TEAM_NAME}/pipelines/${BUILD_PIPELINE_NAME}/jobs/${BUILD_JOB_NAME}/builds/${BUILD_NAME}|${BUILD_PIPELINE_NAME} ${BUILD_JOB_NAME} failed!>"
Expand Down

0 comments on commit 2228e9d

Please sign in to comment.