mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 14:55:51 +00:00
Update Jenkinsfile
This commit is contained in:
parent
30d11a6973
commit
5782995949
1 changed files with 11 additions and 1 deletions
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
|
@ -29,4 +29,14 @@ pipeline {
|
|||
}
|
||||
|
||||
}
|
||||
post{
|
||||
success{
|
||||
slackSend(color: '#00FF00' ,message: "SUCCESSFUL: Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]' (${env.BUILD_URL})")
|
||||
}
|
||||
|
||||
failure{
|
||||
slackSend(color: '#FF0000' ,message: "FAILED: Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]' (${env.BUILD_URL})")
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue