update jenkins
This commit is contained in:
parent
e592c39671
commit
68ecc27e86
|
@ -112,8 +112,8 @@ pipeline {
|
|||
|
||||
post {
|
||||
always {
|
||||
archiveArtifacts artifacts: 'test/results/**/*.xml', fingerprint: true
|
||||
junit 'test/results/**/**/*.xml'
|
||||
archiveArtifacts artifacts: '**/*.xml', fingerprint: true
|
||||
junit '**/**/*.xml'
|
||||
sh 'rm -rf test/results'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue