Skip to content

Commit 8f08d60

Browse files
committed
Remove Slack notification.
See #3110
1 parent 7f1bf08 commit 8f08d60

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Jenkinsfile

-4
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,6 @@ pipeline {
131131
post {
132132
changed {
133133
script {
134-
slackSend(
135-
color: (currentBuild.currentResult == 'SUCCESS') ? 'good' : 'danger',
136-
channel: '#spring-data-dev',
137-
message: "${currentBuild.fullDisplayName} - `${currentBuild.currentResult}`\n${env.BUILD_URL}")
138134
emailext(
139135
subject: "[${currentBuild.fullDisplayName}] ${currentBuild.currentResult}",
140136
mimeType: 'text/html',

0 commit comments

Comments
 (0)