mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:25:49 +00:00
hexxxx
This commit is contained in:
parent
64cfb41771
commit
25b80e5cc4
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -42,12 +42,12 @@ pipeline {
|
||||||
post {
|
post {
|
||||||
success{
|
success{
|
||||||
slackSend
|
slackSend
|
||||||
color: 'good',
|
color: '#00ba09',
|
||||||
message: "*${currentBuild.currentResult}:* Job ${env.JOB_NAME} build ${env.BUILD_NUMBER} \n More info at: ${env.BUILD_URL}"
|
message: "*${currentBuild.currentResult}:* Job ${env.JOB_NAME} build ${env.BUILD_NUMBER} \n More info at: ${env.BUILD_URL}"
|
||||||
}
|
}
|
||||||
failure{
|
failure{
|
||||||
slackSend
|
slackSend
|
||||||
color: 'danger',
|
color: '#ff0000',
|
||||||
message: "*${currentBuild.currentResult}:* Job ${env.JOB_NAME} build ${env.BUILD_NUMBER} \n More info at: ${env.BUILD_URL}"
|
message: "*${currentBuild.currentResult}:* Job ${env.JOB_NAME} build ${env.BUILD_NUMBER} \n More info at: ${env.BUILD_URL}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue