|
|
|
|
@ -118,10 +118,6 @@ pipeline {
@@ -118,10 +118,6 @@ pipeline {
|
|
|
|
|
post { |
|
|
|
|
changed { |
|
|
|
|
script { |
|
|
|
|
slackSend( |
|
|
|
|
color: (currentBuild.currentResult == 'SUCCESS') ? 'good' : 'danger', |
|
|
|
|
channel: '#spring-data-dev', |
|
|
|
|
message: "${currentBuild.fullDisplayName} - `${currentBuild.currentResult}`\n${env.BUILD_URL}") |
|
|
|
|
emailext( |
|
|
|
|
subject: "[${currentBuild.fullDisplayName}] ${currentBuild.currentResult}", |
|
|
|
|
mimeType: 'text/html', |
|
|
|
|
|