remove before testing
This commit is contained in:
parent
6114ef935a
commit
342e62239b
|
@ -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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue