Skip to content

Commit bd96a5d

Browse files
committed
Remove Slack hook.
See #2263
1 parent 6ef1ddb commit bd96a5d

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
@@ -117,10 +117,6 @@ pipeline {
117117
post {
118118
changed {
119119
script {
120-
slackSend(
121-
color: (currentBuild.currentResult == 'SUCCESS') ? 'good' : 'danger',
122-
channel: '#spring-data-dev',
123-
message: "${currentBuild.fullDisplayName} - `${currentBuild.currentResult}`\n${env.BUILD_URL}")
124120
emailext(
125121
subject: "[${currentBuild.fullDisplayName}] ${currentBuild.currentResult}",
126122
mimeType: 'text/html',

0 commit comments

Comments
 (0)