We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aeece8 commit b47b454Copy full SHA for b47b454
Jenkinsfile
@@ -221,10 +221,6 @@ pipeline {
221
post {
222
changed {
223
script {
224
- slackSend(
225
- color: (currentBuild.currentResult == 'SUCCESS') ? 'good' : 'danger',
226
- channel: '#spring-data-dev',
227
- message: "${currentBuild.fullDisplayName} - `${currentBuild.currentResult}`\n${env.BUILD_URL}")
228
emailext(
229
subject: "[${currentBuild.fullDisplayName}] ${currentBuild.currentResult}",
230
mimeType: 'text/html',
0 commit comments