06fc3457f9
Change-Id: I40320337fec0d1564bb1f4b88b4f7a1aa4f2dfc5
21 lines
472 B
YAML
21 lines
472 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
|
|
failed:
|
|
total-all: 90
|
|
total-high: 80
|
|
total-normal: 70
|
|
total-low: 60
|
|
default-encoding: 'utf-8'
|