We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd0b803 commit 398ed80Copy full SHA for 398ed80
Jenkinsfile
@@ -142,10 +142,6 @@ pipeline {
142
post {
143
changed {
144
script {
145
- slackSend(
146
- color: (currentBuild.currentResult == 'SUCCESS') ? 'good' : 'danger',
147
- channel: '#spring-data-dev',
148
- message: "${currentBuild.fullDisplayName} - `${currentBuild.currentResult}`\n${env.BUILD_URL}")
149
emailext(
150
subject: "[${currentBuild.fullDisplayName}] ${currentBuild.currentResult}",
151
mimeType: 'text/html',
0 commit comments