Skip to content

Commit b34954b

Browse files
committed
Remove Slack hook.
See #217
1 parent 7b915fe commit b34954b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Jenkinsfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,6 @@ pipeline {
8888
post {
8989
changed {
9090
script {
91-
slackSend(
92-
color: (currentBuild.currentResult == 'SUCCESS') ? 'good' : 'danger',
93-
channel: '#spring-data-dev',
94-
message: "${currentBuild.fullDisplayName} - `${currentBuild.currentResult}`\n${env.BUILD_URL}")
9591
emailext(
9692
subject: "[${currentBuild.fullDisplayName}] ${currentBuild.currentResult}",
9793
mimeType: 'text/html',

0 commit comments

Comments
 (0)