Skip to content

Commit 0a722e9

Browse files
committed
Remove Slack notification.
See #3519
1 parent 1242265 commit 0a722e9

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
@@ -221,10 +221,6 @@ pipeline {
221221
post {
222222
changed {
223223
script {
224-
slackSend(
225-
color: (currentBuild.currentResult == 'SUCCESS') ? 'good' : 'danger',
226-
channel: '#spring-data-dev',
227-
message: "${currentBuild.fullDisplayName} - `${currentBuild.currentResult}`\n${env.BUILD_URL}")
228224
emailext(
229225
subject: "[${currentBuild.fullDisplayName}] ${currentBuild.currentResult}",
230226
mimeType: 'text/html',

0 commit comments

Comments
 (0)