Skip to content

Commit 3abe6d9

Browse files
committed
Stop posting build status on internal Slack.
See #2603
1 parent d43b44b commit 3abe6d9

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

0 commit comments

Comments
 (0)