Отключил проверку тестов в 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)) {
|
if (getContext(hudson.FilePath)) {
|
||||||
junit (
|
junit (
|
||||||
testResults: 'out/junit-report.xml',
|
testResults: 'out/junit-report.xml',
|
||||||
allowEmptyResults: false,
|
allowEmptyResults: true,
|
||||||
skipPublishingChecks: true,
|
skipPublishingChecks: true,
|
||||||
)
|
)
|
||||||
cobertura (
|
cobertura (
|
||||||
coberturaReportFile: 'out/coverage.xml',
|
coberturaReportFile: 'out/coverage.xml',
|
||||||
failNoReports: true,
|
failNoReports: false,
|
||||||
)
|
)
|
||||||
archiveArtifacts (
|
archiveArtifacts (
|
||||||
artifacts: 'out/*.tar.*,out/*.zip,out/*.msi',
|
artifacts: 'out/*.tar.*,out/*.zip,out/*.msi',
|
||||||
|
Loading…
Reference in New Issue
Block a user