bce1eead19
FindBugs can also be configured as a publisher in non-Maven job types. This work is a follow up to previous work from: https://review.openstack.org/#/c/153911/ - Adds support for configuring findbugs from a publisher context - Move FindBugs specific options into a findbugs_settings() helper function Change-Id: I1bead8b8ade4288243180c19435da9bb51b2a0df Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
36 lines
1.0 KiB
YAML
36 lines
1.0 KiB
YAML
publishers:
|
|
- findbugs:
|
|
pattern: '**/findbugs.xml'
|
|
rank-priority: true
|
|
include-files: 'f,d,e,.*'
|
|
exclude-files: 'a,c,d,.*'
|
|
can-run-on-failed: true
|
|
should-detect-modules: true
|
|
healthy: 80
|
|
unhealthy: 10
|
|
use-delta-values: true
|
|
health-threshold: 'high'
|
|
thresholds:
|
|
unstable:
|
|
total-all: 90
|
|
total-high: 80
|
|
total-normal: 50
|
|
total-low: 20
|
|
new-all: 95
|
|
new-high: 85
|
|
new-normal: 55
|
|
new-low: 25
|
|
failed:
|
|
total-all: 80
|
|
total-high: 70
|
|
total-normal: 40
|
|
total-low: 10
|
|
new-all: 85
|
|
new-high: 75
|
|
new-normal: 45
|
|
new-low: 15
|
|
dont-compute-new: false
|
|
use-delta-values: true
|
|
use-previous-build-as-reference: true
|
|
use-stable-build-as-reference: true
|