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