Lucas Dutra Nunes 81781a4aa8 xUnit publisher: add option to skip if there are no tests files
This is valid for each defined xUnit type publisher on the job. Default
is false.

Change-Id: Idff3c8ba6a4e4291ec483b2eb4a999dcbeea7291
Signed-off-by: Lucas Dutra Nunes <ldnunes@ossystems.com.br>
2015-02-19 00:28:31 +00:00

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