Skip to content

Commit a463109

Browse files
committed
Remove Slack hook.
See #217
1 parent 2fb34eb commit a463109

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
@@ -84,10 +84,6 @@ pipeline {
8484
post {
8585
changed {
8686
script {
87-
slackSend(
88-
color: (currentBuild.currentResult == 'SUCCESS') ? 'good' : 'danger',
89-
channel: '#spring-data-dev',
90-
message: "${currentBuild.fullDisplayName} - `${currentBuild.currentResult}`\n${env.BUILD_URL}")
9187
emailext(
9288
subject: "[${currentBuild.fullDisplayName}] ${currentBuild.currentResult}",
9389
mimeType: 'text/html',

0 commit comments

Comments
 (0)