Skip to content

Commit 7a22c8f

Browse files
committed
Remove Slack notification.
See #1498
1 parent 0d05602 commit 7a22c8f

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
@@ -181,10 +181,6 @@ pipeline {
181181
post {
182182
changed {
183183
script {
184-
slackSend(
185-
color: (currentBuild.currentResult == 'SUCCESS') ? 'good' : 'danger',
186-
channel: '#spring-data-dev',
187-
message: "${currentBuild.fullDisplayName} - `${currentBuild.currentResult}`\n${env.BUILD_URL}")
188184
emailext(
189185
subject: "[${currentBuild.fullDisplayName}] ${currentBuild.currentResult}",
190186
mimeType: 'text/html',

0 commit comments

Comments
 (0)