mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-02-21 19:48:53 +02:00
cleanup defaults, set thresholds to 0 high issues
This commit is contained in:
parent
13da89d181
commit
6a87b4d2b1
@ -25,19 +25,9 @@ steps:
|
||||
checksPublishResults:
|
||||
aggregation:
|
||||
active: true
|
||||
healthy: ''
|
||||
unHealthy: ''
|
||||
thresholds:
|
||||
fail:
|
||||
all: ''
|
||||
low: ''
|
||||
normal: ''
|
||||
high: '0'
|
||||
unstable:
|
||||
all: ''
|
||||
low: ''
|
||||
normal: ''
|
||||
high: ''
|
||||
tasks:
|
||||
pattern: '**/*.java'
|
||||
low: ''
|
||||
@ -45,119 +35,49 @@ steps:
|
||||
high: 'FIXME'
|
||||
archive: true
|
||||
active: false
|
||||
healthy: ''
|
||||
unHealthy: ''
|
||||
thresholds:
|
||||
fail:
|
||||
all: ''
|
||||
low: ''
|
||||
normal: ''
|
||||
high: '0'
|
||||
unstable:
|
||||
all: ''
|
||||
low: ''
|
||||
normal: ''
|
||||
high: ''
|
||||
pmd:
|
||||
pattern: '**/target/pmd.xml'
|
||||
archive: true
|
||||
active: false
|
||||
healthy: ''
|
||||
unHealthy: ''
|
||||
thresholds:
|
||||
fail:
|
||||
all: ''
|
||||
low: ''
|
||||
normal: ''
|
||||
high: '0'
|
||||
unstable:
|
||||
all: ''
|
||||
low: ''
|
||||
normal: ''
|
||||
high: ''
|
||||
cpd:
|
||||
pattern: '**/target/cpd.xml'
|
||||
archive: true
|
||||
active: false
|
||||
healthy: ''
|
||||
unHealthy: ''
|
||||
thresholds:
|
||||
fail:
|
||||
all: ''
|
||||
low: ''
|
||||
normal: ''
|
||||
high: '0'
|
||||
unstable:
|
||||
all: ''
|
||||
low: ''
|
||||
normal: ''
|
||||
high: ''
|
||||
findbugs:
|
||||
pattern: '**/target/findbugsXml.xml, **/target/findbugs.xml'
|
||||
archive: true
|
||||
active: false
|
||||
healthy: ''
|
||||
unHealthy: ''
|
||||
thresholds:
|
||||
fail:
|
||||
all: ''
|
||||
low: ''
|
||||
normal: ''
|
||||
high: '0'
|
||||
unstable:
|
||||
all: ''
|
||||
low: ''
|
||||
normal: ''
|
||||
high: ''
|
||||
checkstyle:
|
||||
pattern: '**/target/checkstyle-result.xml'
|
||||
archive: true
|
||||
active: false
|
||||
healthy: ''
|
||||
unHealthy: ''
|
||||
thresholds:
|
||||
fail:
|
||||
all: ''
|
||||
low: ''
|
||||
normal: ''
|
||||
high: '0'
|
||||
unstable:
|
||||
all: ''
|
||||
low: ''
|
||||
normal: ''
|
||||
high: ''
|
||||
eslint:
|
||||
pattern: '**/eslint.xml'
|
||||
archive: true
|
||||
active: false
|
||||
healthy: ''
|
||||
unHealthy: ''
|
||||
thresholds:
|
||||
fail:
|
||||
all: ''
|
||||
low: ''
|
||||
normal: ''
|
||||
high: '0'
|
||||
unstable:
|
||||
all: ''
|
||||
low: ''
|
||||
normal: ''
|
||||
high: ''
|
||||
pylint:
|
||||
pattern: '**/pylint.log'
|
||||
archive: true
|
||||
active: false
|
||||
healthy: ''
|
||||
unHealthy: ''
|
||||
thresholds:
|
||||
fail:
|
||||
all: ''
|
||||
low: ''
|
||||
normal: ''
|
||||
high: '0'
|
||||
unstable:
|
||||
all: ''
|
||||
low: ''
|
||||
normal: ''
|
||||
high: ''
|
||||
archive: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user