mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +00:00
Update jenkinsfiles
This commit is contained in:
parent
f5cfad745a
commit
cf6d59d803
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ pipeline {
|
|||
stage('build'){
|
||||
steps {
|
||||
sh 'mvn clean package'
|
||||
mail bcc: '', body: 'Anything as now', cc: '', from: '', replyTo: '', subject: 'About Your Job', to: 'all@devops'
|
||||
junit testResults: '**/surefire-reports/*.xml'
|
||||
archive '**/target/spring-petclinic-*.jar'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue