archive artifacts
This commit is contained in:
parent
f0455ad019
commit
fae768b79b
|
@ -114,6 +114,7 @@ pipeline {
|
||||||
|
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
|
archiveArtifacts artifacts: 'test/results/**/*.xml', fingerprint: true
|
||||||
junit 'test/results/**/*.xml'
|
junit 'test/results/**/*.xml'
|
||||||
sh 'rm -rf test/results'
|
sh 'rm -rf test/results'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue