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 3e6128a commit 975690cCopy full SHA for 975690c
Jenkinsfile
@@ -129,10 +129,6 @@ pipeline {
129
post {
130
changed {
131
script {
132
- slackSend(
133
- color: (currentBuild.currentResult == 'SUCCESS') ? 'good' : 'danger',
134
- channel: '#spring-data-dev',
135
- message: "${currentBuild.fullDisplayName} - `${currentBuild.currentResult}`\n${env.BUILD_URL}")
136
emailext(
137
subject: "[${currentBuild.fullDisplayName}] ${currentBuild.currentResult}",
138
mimeType: 'text/html',
0 commit comments