mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
Empty JUnit results are not allowed
This commit is contained in:
parent
969ee34b0a
commit
7437630d56
4
.ci/dev/mswin/Jenkinsfile
vendored
4
.ci/dev/mswin/Jenkinsfile
vendored
@ -65,7 +65,7 @@ pipeline {
|
||||
post {
|
||||
always {
|
||||
archiveArtifacts allowEmptyArchive: true, artifacts: '**/logs/**/*.log'
|
||||
junit testResults: '**/build/test-results/**/*.xml', keepLongStdio: true, allowEmptyResults: true
|
||||
junit testResults: '**/build/test-results/**/*.xml', keepLongStdio: true
|
||||
bat '.ci/kill_corda_procs.cmd'
|
||||
}
|
||||
cleanup {
|
||||
@ -87,7 +87,7 @@ pipeline {
|
||||
post {
|
||||
always {
|
||||
archiveArtifacts allowEmptyArchive: true, artifacts: '**/logs/**/*.log'
|
||||
junit testResults: '**/build/test-results/**/*.xml', keepLongStdio: true, allowEmptyResults: true
|
||||
junit testResults: '**/build/test-results/**/*.xml', keepLongStdio: true
|
||||
bat '.ci/kill_corda_procs.cmd'
|
||||
}
|
||||
cleanup {
|
||||
|
Loading…
Reference in New Issue
Block a user