From e69cd32dfd7e4f18ccff150580c34d2bfe338d65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9=20=D0=91=D0=B0?= =?UTF-8?q?=D0=B4=D1=8F=D0=B5=D0=B2?= Date: Tue, 4 Apr 2023 20:15:56 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=82=D0=BA=D0=BB=D1=8E=D1=87=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=BF=D1=80=D0=BE=D0=B2=D0=B5=D1=80=D0=BA=D1=83=20?= =?UTF-8?q?=D1=82=D0=B5=D1=81=D1=82=D0=BE=D0=B2=20=D0=B2=20Jenkins=20pipel?= =?UTF-8?q?ine?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/ci/Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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',