Skip to content

Commit 2ef3ba0

Browse files
committed
Remove Slack notification hook.
See #4731
1 parent 92260e7 commit 2ef3ba0

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
@@ -348,10 +348,6 @@ pipeline {
348348
post {
349349
changed {
350350
script {
351-
slackSend(
352-
color: (currentBuild.currentResult == 'SUCCESS') ? 'good' : 'danger',
353-
channel: '#spring-data-dev',
354-
message: "${currentBuild.fullDisplayName} - `${currentBuild.currentResult}`\n${env.BUILD_URL}")
355351
emailext(
356352
subject: "[${currentBuild.fullDisplayName}] ${currentBuild.currentResult}",
357353
mimeType: 'text/html',

0 commit comments

Comments
 (0)