We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fb34eb commit a463109Copy full SHA for a463109
Jenkinsfile
@@ -84,10 +84,6 @@ pipeline {
84
post {
85
changed {
86
script {
87
- slackSend(
88
- color: (currentBuild.currentResult == 'SUCCESS') ? 'good' : 'danger',
89
- channel: '#spring-data-dev',
90
- message: "${currentBuild.fullDisplayName} - `${currentBuild.currentResult}`\n${env.BUILD_URL}")
91
emailext(
92
subject: "[${currentBuild.fullDisplayName}] ${currentBuild.currentResult}",
93
mimeType: 'text/html',
0 commit comments