Skip to content

Commit 5925fdd

Browse files
committed
Remove Slack notification.
See #2929
1 parent 9e4e626 commit 5925fdd

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
@@ -269,10 +269,6 @@ pipeline {
269269
post {
270270
changed {
271271
script {
272-
slackSend(
273-
color: (currentBuild.currentResult == 'SUCCESS') ? 'good' : 'danger',
274-
channel: '#spring-data-dev',
275-
message: "${currentBuild.fullDisplayName} - `${currentBuild.currentResult}`\n${env.BUILD_URL}")
276272
emailext(
277273
subject: "[${currentBuild.fullDisplayName}] ${currentBuild.currentResult}",
278274
mimeType: 'text/html',

0 commit comments

Comments
 (0)