mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 14:55:51 +00:00
a
a
This commit is contained in:
parent
7a7c5790dc
commit
aa5041905a
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -27,10 +27,10 @@ pipeline {
|
|||
}
|
||||
post {
|
||||
success {
|
||||
slackSend channel: 'general', color: '00FF00', message: 'Success', teamDomain: 'uni-vaz6979', tokenCredentialId: 'dp2tuBLCh5PBUszexU45zIxt'
|
||||
slackSend message: 'success'
|
||||
}
|
||||
failure {
|
||||
slackSend channel: 'general', color: '00FF00', message: 'Failed', teamDomain: 'uni-vaz6979', tokenCredentialId: 'dp2tuBLCh5PBUszexU45zIxt'
|
||||
slackSend message: 'fail'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue