Skip to content

Commit f2efe4d

Browse files
committed
Remove Slack notification.
See #1498
1 parent c084579 commit f2efe4d

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
@@ -166,10 +166,6 @@ pipeline {
166166
post {
167167
changed {
168168
script {
169-
slackSend(
170-
color: (currentBuild.currentResult == 'SUCCESS') ? 'good' : 'danger',
171-
channel: '#spring-data-dev',
172-
message: "${currentBuild.fullDisplayName} - `${currentBuild.currentResult}`\n${env.BUILD_URL}")
173169
emailext(
174170
subject: "[${currentBuild.fullDisplayName}] ${currentBuild.currentResult}",
175171
mimeType: 'text/html',

0 commit comments

Comments
 (0)