We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3276331 commit dd1c7beCopy full SHA for dd1c7be
Jenkinsfile
@@ -127,10 +127,6 @@ pipeline {
127
post {
128
changed {
129
script {
130
- slackSend(
131
- color: (currentBuild.currentResult == 'SUCCESS') ? 'good' : 'danger',
132
- channel: '#spring-data-dev',
133
- message: "${currentBuild.fullDisplayName} - `${currentBuild.currentResult}`\n${env.BUILD_URL}")
134
emailext(
135
subject: "[${currentBuild.fullDisplayName}] ${currentBuild.currentResult}",
136
mimeType: 'text/html',
0 commit comments