We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98f34ea commit 4a19f19Copy full SHA for 4a19f19
Jenkinsfile
@@ -188,10 +188,6 @@ pipeline {
188
post {
189
changed {
190
script {
191
- slackSend(
192
- color: (currentBuild.currentResult == 'SUCCESS') ? 'good' : 'danger',
193
- channel: '#spring-data-dev',
194
- message: "${currentBuild.fullDisplayName} - `${currentBuild.currentResult}`\n${env.BUILD_URL}")
195
emailext(
196
subject: "[${currentBuild.fullDisplayName}] ${currentBuild.currentResult}",
197
mimeType: 'text/html',
0 commit comments