Skip to content

Commit 81c3a54

Browse files
committed
Remove Slack notification.
See #488
1 parent 8a6fae5 commit 81c3a54

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
@@ -129,10 +129,6 @@ pipeline {
129129
post {
130130
changed {
131131
script {
132-
slackSend(
133-
color: (currentBuild.currentResult == 'SUCCESS') ? 'good' : 'danger',
134-
channel: '#spring-data-dev',
135-
message: "${currentBuild.fullDisplayName} - `${currentBuild.currentResult}`\n${env.BUILD_URL}")
136132
emailext(
137133
subject: "[${currentBuild.fullDisplayName}] ${currentBuild.currentResult}",
138134
mimeType: 'text/html',

0 commit comments

Comments
 (0)