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 727d5fd commit 77cb399Copy full SHA for 77cb399
Jenkinsfile
@@ -118,10 +118,6 @@ pipeline {
118
post {
119
changed {
120
script {
121
- slackSend(
122
- color: (currentBuild.currentResult == 'SUCCESS') ? 'good' : 'danger',
123
- channel: '#spring-data-dev',
124
- message: "${currentBuild.fullDisplayName} - `${currentBuild.currentResult}`\n${env.BUILD_URL}")
125
emailext(
126
subject: "[${currentBuild.fullDisplayName}] ${currentBuild.currentResult}",
127
mimeType: 'text/html',
0 commit comments