Skip to content

Commit 4c04aab

Browse files
committed
Remove Slack notification hook.
See #4731
1 parent 30b3f7b commit 4c04aab

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
@@ -378,10 +378,6 @@ pipeline {
378378
post {
379379
changed {
380380
script {
381-
slackSend(
382-
color: (currentBuild.currentResult == 'SUCCESS') ? 'good' : 'danger',
383-
channel: '#spring-data-dev',
384-
message: "${currentBuild.fullDisplayName} - `${currentBuild.currentResult}`\n${env.BUILD_URL}")
385381
emailext(
386382
subject: "[${currentBuild.fullDisplayName}] ${currentBuild.currentResult}",
387383
mimeType: 'text/html',

0 commit comments

Comments
 (0)