06fc3457f9
Change-Id: I40320337fec0d1564bb1f4b88b4f7a1aa4f2dfc5
33 lines
807 B
YAML
33 lines
807 B
YAML
publishers:
|
|
- pmd:
|
|
pattern: '**/pmd-result.xml'
|
|
can-run-on-failed: true
|
|
should-detect-modules: true
|
|
healthy: 0
|
|
unhealthy: 100
|
|
health-threshold: 'high'
|
|
thresholds:
|
|
unstable:
|
|
total-all: 90
|
|
total-high: 80
|
|
total-normal: 70
|
|
total-low: 60
|
|
new-all: 50
|
|
new-high: 40
|
|
new-normal: 30
|
|
new-low: 20
|
|
failed:
|
|
total-all: 91
|
|
total-high: 81
|
|
total-normal: 71
|
|
total-low: 61
|
|
new-all: 51
|
|
new-high: 41
|
|
new-normal: 31
|
|
new-low: 21
|
|
default-encoding: 'utf-8'
|
|
do-not-resolve-relative-paths: true
|
|
dont-compute-new: false
|
|
use-stable-build-as-reference: true
|
|
use-delta-values: true
|