Skip to content

Commit b47b454

Browse files
committed
Remove Slack notification.
See #3519
1 parent 2aeece8 commit b47b454

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
@@ -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)