2daaa22ee2
Change-Id: I7858e5dfed871837a5f9ea704d05dc950ee519ee
23 lines
520 B
YAML
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'
|