cleanup test results

This commit is contained in:
Kameron Kenny - pi501 2024-12-19 15:08:34 -05:00
parent f299ac3d2b
commit 0baa141ce1
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

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