mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-06-15 00:22:11 +00:00
parent
d43b44ba9c
commit
3abe6d9c1b
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