Skip to content

Commit

Permalink
Remove Slack notification.
Browse files Browse the repository at this point in the history
See #1498
  • Loading branch information
mp911de committed Jun 20, 2024
1 parent 0d05602 commit 7a22c8f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,6 @@ pipeline {
post {
changed {
script {
slackSend(
color: (currentBuild.currentResult == 'SUCCESS') ? 'good' : 'danger',
channel: '#spring-data-dev',
message: "${currentBuild.fullDisplayName} - `${currentBuild.currentResult}`\n${env.BUILD_URL}")
emailext(
subject: "[${currentBuild.fullDisplayName}] ${currentBuild.currentResult}",
mimeType: 'text/html',
Expand Down

0 comments on commit 7a22c8f

Please sign in to comment.