1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-01-30 05:59:39 +02:00

cleanup defauls

This commit is contained in:
Christopher Fenner 2018-02-01 18:13:38 +01:00 committed by Marcus Holl
parent e92c233913
commit 3e1b0b6309

View File

@ -30,14 +30,14 @@ steps:
normal: '' normal: ''
high: '' high: ''
tasks: tasks:
active: false
archive: true
healthy: ''
unHealthy: ''
pattern: '**/*.java' pattern: '**/*.java'
low: '' low: ''
normal: 'TODO,REVISE,XXX' normal: 'TODO,REVISE,XXX'
high: 'FIXME' high: 'FIXME'
archive: true
active: false
healthy: ''
unHealthy: ''
thresholds: thresholds:
fail: fail:
all: '' all: ''
@ -50,11 +50,11 @@ steps:
normal: '' normal: ''
high: '' high: ''
pmd: pmd:
active: false pattern: '**/target/pmd.xml'
archive: true archive: true
active: false
healthy: '' healthy: ''
unHealthy: '' unHealthy: ''
pattern: '**/target/pmd.xml'
thresholds: thresholds:
fail: fail:
all: '' all: ''
@ -67,11 +67,11 @@ steps:
normal: '' normal: ''
high: '' high: ''
cpd: cpd:
active: false pattern: '**/target/cpd.xml'
archive: true archive: true
active: false
healthy: '' healthy: ''
unHealthy: '' unHealthy: ''
pattern: '**/target/cpd.xml'
thresholds: thresholds:
fail: fail:
all: '' all: ''
@ -84,11 +84,11 @@ steps:
normal: '' normal: ''
high: '' high: ''
findbugs: findbugs:
active: false pattern: '**/target/findbugsXml.xml, **/target/findbugs.xml'
archive: true archive: true
active: false
healthy: '' healthy: ''
unHealthy: '' unHealthy: ''
pattern: '**/target/findbugsXml.xml, **/target/findbugs.xml'
thresholds: thresholds:
fail: fail:
all: '' all: ''
@ -101,11 +101,11 @@ steps:
normal: '' normal: ''
high: '' high: ''
checkstyle: checkstyle:
active: false pattern: '**/target/checkstyle-result.xml'
archive: true archive: true
active: false
healthy: '' healthy: ''
unHealthy: '' unHealthy: ''
pattern: '**/target/checkstyle-result.xml'
thresholds: thresholds:
fail: fail:
all: '' all: ''
@ -118,11 +118,11 @@ steps:
normal: '' normal: ''
high: '' high: ''
eslint: eslint:
active: false pattern: '**/eslint.xml'
archive: true archive: true
active: false
healthy: '' healthy: ''
unHealthy: '' unHealthy: ''
pattern: '**/eslint.xml'
thresholds: thresholds:
fail: fail:
all: '' all: ''
@ -135,11 +135,11 @@ steps:
normal: '' normal: ''
high: '' high: ''
pylint: pylint:
active: false pattern: '**/pylint.log'
archive: true archive: true
active: false
healthy: '' healthy: ''
unHealthy: '' unHealthy: ''
pattern: '**/pylint.log'
thresholds: thresholds:
fail: fail:
all: '' all: ''