mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-06-08 05:02:11 +00:00
parent
b7570ffa95
commit
e202772744
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -111,10 +111,6 @@ pipeline {
|
|||||||
post {
|
post {
|
||||||
changed {
|
changed {
|
||||||
script {
|
script {
|
||||||
slackSend(
|
|
||||||
color: (currentBuild.currentResult == 'SUCCESS') ? 'good' : 'danger',
|
|
||||||
channel: '#spring-data-dev',
|
|
||||||
message: "${currentBuild.fullDisplayName} - `${currentBuild.currentResult}`\n${env.BUILD_URL}")
|
|
||||||
emailext(
|
emailext(
|
||||||
subject: "[${currentBuild.fullDisplayName}] ${currentBuild.currentResult}",
|
subject: "[${currentBuild.fullDisplayName}] ${currentBuild.currentResult}",
|
||||||
mimeType: 'text/html',
|
mimeType: 'text/html',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user