mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:15: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 {
|
||||
success{
|
||||
slackSend
|
||||
color: 'good',
|
||||
color: '#00ba09',
|
||||
message: "*${currentBuild.currentResult}:* Job ${env.JOB_NAME} build ${env.BUILD_NUMBER} \n More info at: ${env.BUILD_URL}"
|
||||
}
|
||||
failure{
|
||||
slackSend
|
||||
color: 'danger',
|
||||
color: '#ff0000',
|
||||
message: "*${currentBuild.currentResult}:* Job ${env.JOB_NAME} build ${env.BUILD_NUMBER} \n More info at: ${env.BUILD_URL}"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue