mirror of
https://github.com/corda/corda.git
synced 2025-02-20 09:26:41 +00:00
Empty JUnit results are not allowed (#6488)
This commit is contained in:
parent
23f81e73a6
commit
50c51d3e6f
2
.ci/dev/nightly-regression/Jenkinsfile
vendored
2
.ci/dev/nightly-regression/Jenkinsfile
vendored
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user