Skip to content

Commit

Permalink
Remove Slack hook.
Browse files Browse the repository at this point in the history
See #217
  • Loading branch information
mp911de committed Jun 20, 2024
1 parent 9b50ed2 commit 5fdc90b
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 @@ -88,10 +88,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 5fdc90b

Please sign in to comment.