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
bc556cbe46
commit
83252750d7
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ pipeline {
|
|||
post {
|
||||
success {
|
||||
// Archive the artifacts
|
||||
archiveArtifacts artifacts: 'target/surefire-reports/*.xml'
|
||||
archiveArtifacts artifacts: '**/surefire-reports/*.xml'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue