Отключил проверку тестов в Jenkins pipeline
All checks were successful
drawio-exporter/pipeline/head This commit looks good
All checks were successful
drawio-exporter/pipeline/head This commit looks good
This commit is contained in:
parent
c89f562902
commit
e69cd32dfd
4
build/ci/Jenkinsfile
vendored
4
build/ci/Jenkinsfile
vendored
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user