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 3824037 commit 32e331bCopy full SHA for 32e331b
Jenkinsfile
@@ -181,10 +181,6 @@ pipeline {
181
post {
182
changed {
183
script {
184
- slackSend(
185
- color: (currentBuild.currentResult == 'SUCCESS') ? 'good' : 'danger',
186
- channel: '#spring-data-dev',
187
- message: "${currentBuild.fullDisplayName} - `${currentBuild.currentResult}`\n${env.BUILD_URL}")
188
emailext(
189
subject: "[${currentBuild.fullDisplayName}] ${currentBuild.currentResult}",
190
mimeType: 'text/html',
0 commit comments