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