Skip to content

Commit 0b901b6

Browse files
committed
Remove Slack notification.
See #3110
1 parent b4539a1 commit 0b901b6

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

0 commit comments

Comments
 (0)