mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 00:05:50 +00:00
added junit results
This commit is contained in:
parent
6a91fd76e9
commit
c134cb9dc4
1 changed files with 3 additions and 0 deletions
|
@ -5,4 +5,7 @@ node('JDK-11') {
|
|||
stage('build') {
|
||||
sh 'mvn package'
|
||||
}
|
||||
stage('junit') {
|
||||
junit '**/target/surefire-reports/*.xml'
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue