Empty JUnit results are not allowed (#6488)

This commit is contained in:
Waldemar Żurowski 2020-07-21 15:42:57 +01:00 committed by GitHub
parent 23f81e73a6
commit 50c51d3e6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ pipeline {
post {
always {
archiveArtifacts artifacts: '**/pod-logs/**/*.log', fingerprint: false
junit testResults: '**/build/test-results-xml/**/*.xml', allowEmptyResults: true
junit testResults: '**/build/test-results-xml/**/*.xml'
}
cleanup {
deleteDir() /* clean up our workspace */