There was an error while loading. Please reload this page.
1 parent cacc178 commit 021fedaCopy full SHA for 021feda
Jenkinsfile
@@ -221,10 +221,6 @@ pipeline {
221
post {
222
changed {
223
script {
224
-slackSend(
225
-color: (currentBuild.currentResult == 'SUCCESS') ? 'good' : 'danger',
226
-channel: '#spring-data-dev',
227
-message: "${currentBuild.fullDisplayName} - `${currentBuild.currentResult}`\n${env.BUILD_URL}")
228
emailext(
229
subject: "[${currentBuild.fullDisplayName}] ${currentBuild.currentResult}",
230
mimeType: 'text/html',
0 commit comments