Skip to content

Commit 4a19f19

Browse files
committed
Remove Slack notification.
See #2929
1 parent 98f34ea commit 4a19f19

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
@@ -188,10 +188,6 @@ pipeline {
188188
post {
189189
changed {
190190
script {
191-
slackSend(
192-
color: (currentBuild.currentResult == 'SUCCESS') ? 'good' : 'danger',
193-
channel: '#spring-data-dev',
194-
message: "${currentBuild.fullDisplayName} - `${currentBuild.currentResult}`\n${env.BUILD_URL}")
195191
emailext(
196192
subject: "[${currentBuild.fullDisplayName}] ${currentBuild.currentResult}",
197193
mimeType: 'text/html',

0 commit comments

Comments
 (0)