Отключил проверку тестов в Jenkins pipeline
All checks were successful
drawio-exporter/pipeline/head This commit looks good

This commit is contained in:
Алексей Бадяев 2023-04-04 20:15:56 +07:00
parent c89f562902
commit e69cd32dfd
Signed by: alexey
GPG Key ID: 686FBC1363E4AFAE

View File

@ -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',