1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-12 10:55:20 +02:00

set default threshold to 0 (integer)

This commit is contained in:
Christopher Fenner 2018-02-08 10:42:21 +01:00
parent 8adf79bfe1
commit e2bd9d54c3

View File

@ -27,7 +27,7 @@ steps:
active: true
thresholds:
fail:
high: '0'
high: 0
tasks:
pattern: '**/*.java'
low: ''
@ -37,47 +37,47 @@ steps:
active: false
thresholds:
fail:
high: '0'
high: 0
pmd:
pattern: '**/target/pmd.xml'
archive: true
active: false
thresholds:
fail:
high: '0'
high: 0
cpd:
pattern: '**/target/cpd.xml'
archive: true
active: false
thresholds:
fail:
high: '0'
high: 0
findbugs:
pattern: '**/target/findbugsXml.xml, **/target/findbugs.xml'
archive: true
active: false
thresholds:
fail:
high: '0'
high: 0
checkstyle:
pattern: '**/target/checkstyle-result.xml'
archive: true
active: false
thresholds:
fail:
high: '0'
high: 0
eslint:
pattern: '**/eslint.xml'
archive: true
active: false
thresholds:
fail:
high: '0'
high: 0
pylint:
pattern: '**/pylint.log'
archive: true
active: false
thresholds:
fail:
high: '0'
high: 0
archive: false