We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a6fae5 commit 81c3a54Copy full SHA for 81c3a54
Jenkinsfile
@@ -129,10 +129,6 @@ pipeline {
129
post {
130
changed {
131
script {
132
- slackSend(
133
- color: (currentBuild.currentResult == 'SUCCESS') ? 'good' : 'danger',
134
- channel: '#spring-data-dev',
135
- message: "${currentBuild.fullDisplayName} - `${currentBuild.currentResult}`\n${env.BUILD_URL}")
136
emailext(
137
subject: "[${currentBuild.fullDisplayName}] ${currentBuild.currentResult}",
138
mimeType: 'text/html',
0 commit comments