12 lines
230 B
YAML
12 lines
230 B
YAML
|
publishers:
|
||
|
- checkstyle:
|
||
|
pattern: '**/checkstyle-result.xml'
|
||
|
healthy: 0
|
||
|
unHealthy: 100
|
||
|
healthThreshold: 'high'
|
||
|
thresholds:
|
||
|
unstable:
|
||
|
totalHigh: 10
|
||
|
failed:
|
||
|
totalHigh: 1
|