We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e4e626 commit 5925fddCopy full SHA for 5925fdd
Jenkinsfile
@@ -269,10 +269,6 @@ pipeline {
269
post {
270
changed {
271
script {
272
- slackSend(
273
- color: (currentBuild.currentResult == 'SUCCESS') ? 'good' : 'danger',
274
- channel: '#spring-data-dev',
275
- message: "${currentBuild.fullDisplayName} - `${currentBuild.currentResult}`\n${env.BUILD_URL}")
276
emailext(
277
subject: "[${currentBuild.fullDisplayName}] ${currentBuild.currentResult}",
278
mimeType: 'text/html',
0 commit comments