We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30b3f7b commit 4c04aabCopy full SHA for 4c04aab
Jenkinsfile
@@ -378,10 +378,6 @@ pipeline {
378
post {
379
changed {
380
script {
381
- slackSend(
382
- color: (currentBuild.currentResult == 'SUCCESS') ? 'good' : 'danger',
383
- channel: '#spring-data-dev',
384
- message: "${currentBuild.fullDisplayName} - `${currentBuild.currentResult}`\n${env.BUILD_URL}")
385
emailext(
386
subject: "[${currentBuild.fullDisplayName}] ${currentBuild.currentResult}",
387
mimeType: 'text/html',
0 commit comments