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

12 lines
230 B
YAML

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