Skip to content

Commit adb7155

Browse files
committed
Stop posting build status on internal Slack.
See #1768
1 parent 80eb56e commit adb7155

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

0 commit comments

Comments
 (0)