We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92260e7 commit 2ef3ba0Copy full SHA for 2ef3ba0
Jenkinsfile
@@ -348,10 +348,6 @@ pipeline {
348
post {
349
changed {
350
script {
351
- slackSend(
352
- color: (currentBuild.currentResult == 'SUCCESS') ? 'good' : 'danger',
353
- channel: '#spring-data-dev',
354
- message: "${currentBuild.fullDisplayName} - `${currentBuild.currentResult}`\n${env.BUILD_URL}")
355
emailext(
356
subject: "[${currentBuild.fullDisplayName}] ${currentBuild.currentResult}",
357
mimeType: 'text/html',
0 commit comments