We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7570ff commit e202772Copy full SHA for e202772
Jenkinsfile
@@ -111,10 +111,6 @@ pipeline {
111
post {
112
changed {
113
script {
114
- slackSend(
115
- color: (currentBuild.currentResult == 'SUCCESS') ? 'good' : 'danger',
116
- channel: '#spring-data-dev',
117
- message: "${currentBuild.fullDisplayName} - `${currentBuild.currentResult}`\n${env.BUILD_URL}")
118
emailext(
119
subject: "[${currentBuild.fullDisplayName}] ${currentBuild.currentResult}",
120
mimeType: 'text/html',
0 commit comments