mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +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 {
|
post {
|
||||||
always {
|
always {
|
||||||
archiveArtifacts allowEmptyArchive: true, artifacts: '**/logs/**/*.log'
|
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'
|
bat '.ci/kill_corda_procs.cmd'
|
||||||
}
|
}
|
||||||
cleanup {
|
cleanup {
|
||||||
@ -87,7 +87,7 @@ pipeline {
|
|||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
archiveArtifacts allowEmptyArchive: true, artifacts: '**/logs/**/*.log'
|
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'
|
bat '.ci/kill_corda_procs.cmd'
|
||||||
}
|
}
|
||||||
cleanup {
|
cleanup {
|
||||||
|
Loading…
Reference in New Issue
Block a user