jenkins-job-builder/tests/publishers/fixtures/dry002.yaml
Joakim Löfgren 2daaa22ee2 Add DRY publisher
Change-Id: I7858e5dfed871837a5f9ea704d05dc950ee519ee
2015-01-12 14:55:57 +01:00

23 lines
520 B
YAML

publishers:
- dry:
pattern: '**/cpd-result.xml'
can-run-on-failed: true
should-detect-modules: true
healthy: 0
unhealthy: 100
health-threshold: 'high'
high-threshold: 20
normal-threshold: 10
thresholds:
unstable:
total-all: 90
total-high: 80
total-normal: 70
total-low: 60
failed:
total-all: 90
total-high: 80
total-normal: 70
total-low: 60
default-encoding: 'utf-8'