remove before testing

This commit is contained in:
Kameron Kenny 2024-12-20 15:12:18 -05:00
parent 6114ef935a
commit 342e62239b
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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