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