mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 14:55:51 +00:00
Merge branch 'master' into mybranch
This commit is contained in:
commit
a9a2588f76
1 changed files with 4 additions and 0 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -29,6 +29,7 @@ pipeline {
|
|||
sh './mvnw deploy'
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
post{
|
||||
success{
|
||||
|
@ -37,6 +38,9 @@ pipeline {
|
|||
|
||||
failure{
|
||||
slackSend channel: 'soen345', message: 'Failed', tokenCredentialId: '178d0505-1fe0-4dee-aaa9-097c8a75a121'
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue