mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-12-27 19:07:28 +00:00
x
This commit is contained in:
parent
3d96ddd8b5
commit
c6a00ffa6d
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ pipeline {
|
|||
post {
|
||||
|
||||
always {
|
||||
junit allowEmptyResults: true, testResults: 'backend/target/surefire-reports/*.xml'
|
||||
junit allowEmptyResults: true, testResults: 'target/surefire-reports/*.xml'
|
||||
archiveArtifacts artifacts: 'target/*.jar', fingerprint: true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue