mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
Update jenkinsfiles
This commit is contained in:
parent
05630ecab7
commit
77ee4aa99e
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ pipeline {
|
||||||
stage('build'){
|
stage('build'){
|
||||||
steps {
|
steps {
|
||||||
sh 'mvn clean package'
|
sh 'mvn clean package'
|
||||||
junit testResults: '**/surefire-reports/*_xml'
|
|
||||||
archive '**/target/spring-petclinic-*.jar'
|
archive '**/target/spring-petclinic-*.jar'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue