Skip to content

Commit 8675107

Browse files
committed
Remove Slack notification.
See #488
1 parent 02fbea0 commit 8675107

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
@@ -112,10 +112,6 @@ pipeline {
112112
post {
113113
changed {
114114
script {
115-
slackSend(
116-
color: (currentBuild.currentResult == 'SUCCESS') ? 'good' : 'danger',
117-
channel: '#spring-data-dev',
118-
message: "${currentBuild.fullDisplayName} - `${currentBuild.currentResult}`\n${env.BUILD_URL}")
119115
emailext(
120116
subject: "[${currentBuild.fullDisplayName}] ${currentBuild.currentResult}",
121117
mimeType: 'text/html',

0 commit comments

Comments
 (0)