We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83c1a01 commit aaadc34Copy full SHA for aaadc34
Jenkinsfile
@@ -142,10 +142,6 @@ pipeline {
142
post {
143
changed {
144
script {
145
- slackSend(
146
- color: (currentBuild.currentResult == 'SUCCESS') ? 'good' : 'danger',
147
- channel: '#spring-data-dev',
148
- message: "${currentBuild.fullDisplayName} - `${currentBuild.currentResult}`\n${env.BUILD_URL}")
149
emailext(
150
subject: "[${currentBuild.fullDisplayName}] ${currentBuild.currentResult}",
151
mimeType: 'text/html',
0 commit comments