archive artifacts

This commit is contained in:
Kameron Kenny - pi501 2024-12-19 16:39:58 -05:00
parent f0455ad019
commit fae768b79b
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -114,6 +114,7 @@ pipeline {
post {
always {
archiveArtifacts artifacts: 'test/results/**/*.xml', fingerprint: true
junit 'test/results/**/*.xml'
sh 'rm -rf test/results'
}