Skip to content

Commit aaadc34

Browse files
committed
Remove Slack notification.
See #2392
1 parent 83c1a01 commit aaadc34

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
@@ -142,10 +142,6 @@ pipeline {
142142
post {
143143
changed {
144144
script {
145-
slackSend(
146-
color: (currentBuild.currentResult == 'SUCCESS') ? 'good' : 'danger',
147-
channel: '#spring-data-dev',
148-
message: "${currentBuild.fullDisplayName} - `${currentBuild.currentResult}`\n${env.BUILD_URL}")
149145
emailext(
150146
subject: "[${currentBuild.fullDisplayName}] ${currentBuild.currentResult}",
151147
mimeType: 'text/html',

0 commit comments

Comments
 (0)