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