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