We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 454862c commit 3fdcd1fCopy full SHA for 3fdcd1f
Jenkinsfile
@@ -127,10 +127,6 @@ pipeline {
127
post {
128
changed {
129
script {
130
- slackSend(
131
- color: (currentBuild.currentResult == 'SUCCESS') ? 'good' : 'danger',
132
- channel: '#spring-data-dev',
133
- message: "${currentBuild.fullDisplayName} - `${currentBuild.currentResult}`\n${env.BUILD_URL}")
134
emailext(
135
subject: "[${currentBuild.fullDisplayName}] ${currentBuild.currentResult}",
136
mimeType: 'text/html',
0 commit comments