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