Skip to content

Commit 77cb399

Browse files
committed
Remove Slack notification.
See #1822
1 parent 727d5fd commit 77cb399

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
@@ -118,10 +118,6 @@ pipeline {
118118
post {
119119
changed {
120120
script {
121-
slackSend(
122-
color: (currentBuild.currentResult == 'SUCCESS') ? 'good' : 'danger',
123-
channel: '#spring-data-dev',
124-
message: "${currentBuild.fullDisplayName} - `${currentBuild.currentResult}`\n${env.BUILD_URL}")
125121
emailext(
126122
subject: "[${currentBuild.fullDisplayName}] ${currentBuild.currentResult}",
127123
mimeType: 'text/html',

0 commit comments

Comments
 (0)