cleanup test results
This commit is contained in:
parent
f299ac3d2b
commit
0baa141ce1
|
@ -114,6 +114,7 @@ pipeline {
|
|||
post {
|
||||
always {
|
||||
junit 'test/results/**/*.xml'
|
||||
sh 'rm -rf test/results'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue