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 7b51a2b commit ba43435Copy full SHA for ba43435
Jenkinsfile
@@ -113,10 +113,6 @@ pipeline {
113
post {
114
changed {
115
script {
116
- slackSend(
117
- color: (currentBuild.currentResult == 'SUCCESS') ? 'good' : 'danger',
118
- channel: '#spring-data-dev',
119
- message: "${currentBuild.fullDisplayName} - `${currentBuild.currentResult}`\n${env.BUILD_URL}")
120
emailext(
121
subject: "[${currentBuild.fullDisplayName}] ${currentBuild.currentResult}",
122
mimeType: 'text/html',
0 commit comments