jenkins-job-builder/tests/publishers/fixtures/xunit002.yaml

20 lines
518 B
YAML

publishers:
- xunit:
test-time-margin: 5000
thresholdmode: 'number'
thresholds:
- failed:
unstable: '1'
unstablenew: '2'
failure: '3'
failurenew: '4'
- skipped:
unstable: '5'
unstablenew: '6'
failure: '7'
failurenew: '8'
types:
- ctest:
pattern: "build/tests/reports/ctest.xml"
skip-if-no-test-files: true