Skip to content

Commit b1c7b07

Browse files
committed
Stop posting build status on internal Slack.
See #2752
1 parent 72b1ecf commit b1c7b07

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Jenkinsfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,6 @@ pipeline {
113113
post {
114114
changed {
115115
script {
116-
slackSend(
117-
color: (currentBuild.currentResult == 'SUCCESS') ? 'good' : 'danger',
118-
channel: '#spring-data-dev',
119-
message: "${currentBuild.fullDisplayName} - `${currentBuild.currentResult}`\n${env.BUILD_URL}")
120116
emailext(
121117
subject: "[${currentBuild.fullDisplayName}] ${currentBuild.currentResult}",
122118
mimeType: 'text/html',

0 commit comments

Comments
 (0)