jenkins-job-builder/tests/publishers/fixtures/checkstyle001.yaml
Antoine Musso fc776f009a Tests for checkstyle publisher
Should be straightforward, the publisher checkstyle simply lacked tests.
Also make use of literal include for the examples.

Change-Id: I000cdee47bb0938af9f327bcaba06b87f8287739
2014-04-07 10:29:52 +02:00

12 lines
230 B
YAML

publishers:
- checkstyle:
pattern: '**/checkstyle-result.xml'
healthy: 0
unHealthy: 100
healthThreshold: 'high'
thresholds:
unstable:
totalHigh: 10
failed:
totalHigh: 1