We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4539a1 commit 0b901b6Copy full SHA for 0b901b6
Jenkinsfile
@@ -116,10 +116,6 @@ pipeline {
116
post {
117
changed {
118
script {
119
- slackSend(
120
- color: (currentBuild.currentResult == 'SUCCESS') ? 'good' : 'danger',
121
- channel: '#spring-data-dev',
122
- message: "${currentBuild.fullDisplayName} - `${currentBuild.currentResult}`\n${env.BUILD_URL}")
123
emailext(
124
subject: "[${currentBuild.fullDisplayName}] ${currentBuild.currentResult}",
125
mimeType: 'text/html',
0 commit comments