update jenkins

This commit is contained in:
Kameron Kenny 2024-12-20 15:07:57 -05:00
parent e592c39671
commit 68ecc27e86
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

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