1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00
sap-jenkins-library/resources/default_pipeline_environment.yml
2018-02-01 12:56:46 +01:00

155 lines
2.9 KiB
YAML

#Project Setup
general:
productiveBranch: 'master'
#Steps Specific Configuration
steps:
mavenExecute:
dockerImage: 'maven:3.5-jdk-7'
influxWriteData:
influxServer: 'jenkins'
neoDeploy:
deployMode: 'mta'
warAction: 'deploy'
vmSize: 'lite'
neoCredentialsId: 'CI_CREDENTIALS_ID'
checkResultsPublish:
aggregation:
active: true
healthy: ''
unHealthy: ''
thresholds:
fail:
all: ''
low: ''
normal: ''
high: ''
unstable:
all: ''
low: ''
normal: ''
high: ''
tasks:
active: false
archive: true
healthy: ''
unHealthy: ''
pattern: '**/*.java'
low: ''
normal: 'TODO,REVISE,XXX'
high: 'FIXME'
thresholds:
fail:
all: ''
low: ''
normal: ''
high: ''
unstable:
all: ''
low: ''
normal: ''
high: ''
pmd:
active: false
archive: true
healthy: ''
unHealthy: ''
pattern: '**/target/pmd.xml'
thresholds:
fail:
all: ''
low: ''
normal: ''
high: ''
unstable:
all: ''
low: ''
normal: ''
high: ''
cpd:
active: false
archive: true
healthy: ''
unHealthy: ''
pattern: '**/target/cpd.xml'
thresholds:
fail:
all: ''
low: ''
normal: ''
high: ''
unstable:
all: ''
low: ''
normal: ''
high: ''
findbugs:
active: false
archive: true
healthy: ''
unHealthy: ''
pattern: '**/target/findbugsXml.xml, **/target/findbugs.xml'
thresholds:
fail:
all: ''
low: ''
normal: ''
high: ''
unstable:
all: ''
low: ''
normal: ''
high: ''
checkstyle:
active: false
archive: true
healthy: ''
unHealthy: ''
pattern: '**/target/checkstyle-result.xml'
thresholds:
fail:
all: ''
low: ''
normal: ''
high: ''
unstable:
all: ''
low: ''
normal: ''
high: ''
eslint:
active: false
archive: true
healthy: ''
unHealthy: ''
pattern: '**/eslint.xml'
thresholds:
fail:
all: ''
low: ''
normal: ''
high: ''
unstable:
all: ''
low: ''
normal: ''
high: ''
pylint:
active: false
archive: true
healthy: ''
unHealthy: ''
pattern: '**/pylint.log'
thresholds:
fail:
all: ''
low: ''
normal: ''
high: ''
unstable:
all: ''
low: ''
normal: ''
high: ''
archive: false