mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 07:15:49 +00:00
Update jenkinsfiles fix
This commit is contained in:
parent
b27638bf30
commit
bc556cbe46
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ pipeline {
|
||||||
post {
|
post {
|
||||||
success {
|
success {
|
||||||
// Archive the artifacts
|
// Archive the artifacts
|
||||||
archiveArtifacts artifacts: '**/target/surefire-reports/*.xml'
|
archiveArtifacts artifacts: 'target/surefire-reports/*.xml'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue