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