mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:05:50 +00:00
commit
2f1a7a7806
1 changed files with 17 additions and 2 deletions
15
Jenkinsfile
vendored
15
Jenkinsfile
vendored
|
@ -13,9 +13,11 @@ pipeline {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
stage('Package') {
|
||||
steps {
|
||||
sh 'mvn package'
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -30,5 +32,18 @@ pipeline {
|
|||
|
||||
}
|
||||
|
||||
post{
|
||||
success{
|
||||
slackSend channel: 'soen345', message: 'Success', tokenCredentialId: '178d0505-1fe0-4dee-aaa9-097c8a75a121'
|
||||
}
|
||||
|
||||
failure{
|
||||
slackSend channel: 'soen345', message: 'Failed', tokenCredentialId: '178d0505-1fe0-4dee-aaa9-097c8a75a121'
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue