diff --git a/build/ci/Jenkinsfile b/build/ci/Jenkinsfile index 8007918..0b49fa4 100644 --- a/build/ci/Jenkinsfile +++ b/build/ci/Jenkinsfile @@ -168,12 +168,12 @@ pipeline { if (getContext(hudson.FilePath)) { junit ( testResults: 'out/junit-report.xml', - allowEmptyResults: false, + allowEmptyResults: true, skipPublishingChecks: true, ) cobertura ( coberturaReportFile: 'out/coverage.xml', - failNoReports: true, + failNoReports: false, ) archiveArtifacts ( artifacts: 'out/*.tar.*,out/*.zip,out/*.msi',