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 9b50ed2 commit 5fdc90bCopy full SHA for 5fdc90b
Jenkinsfile
@@ -88,10 +88,6 @@ pipeline {
88
post {
89
changed {
90
script {
91
- slackSend(
92
- color: (currentBuild.currentResult == 'SUCCESS') ? 'good' : 'danger',
93
- channel: '#spring-data-dev',
94
- message: "${currentBuild.fullDisplayName} - `${currentBuild.currentResult}`\n${env.BUILD_URL}")
95
emailext(
96
subject: "[${currentBuild.fullDisplayName}] ${currentBuild.currentResult}",
97
mimeType: 'text/html',
0 commit comments