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

86 lines
1.8 KiB
YAML
Raw Normal View History

#Project Setup
general:
productiveBranch: 'master'
#Steps Specific Configuration
steps:
artifactSetVersion:
timestampTemplate: '%Y%m%d%H%M%S'
tagPrefix: 'build_'
maven:
filePath: 'pom.xml'
versioningTemplate: '${version}-${timestamp}${commitId?"_"+commitId:""}'
docker:
filePath: 'Dockerfile'
versioningTemplate: '${version}-${timestamp}${commitId?"_"+commitId:""}'
mavenExecute:
dockerImage: 'maven:3.5-jdk-7'
influxWriteData:
influxServer: 'jenkins'
2018-02-08 14:18:04 +02:00
mtaBuild:
buildTarget: 'NEO'
neoDeploy:
deployMode: 'mta'
warAction: 'deploy'
vmSize: 'lite'
neoCredentialsId: 'CI_CREDENTIALS_ID'
2018-02-02 16:07:33 +02:00
checksPublishResults:
aggregation:
active: true
thresholds:
fail:
2018-02-09 13:15:26 +02:00
high: '0'
tasks:
pattern: '**/*.java'
low: ''
normal: 'TODO,REVISE,XXX'
high: 'FIXME'
2018-02-01 19:13:38 +02:00
archive: true
active: false
thresholds:
fail:
2018-02-09 13:15:26 +02:00
high: '0'
pmd:
2018-02-01 19:13:38 +02:00
pattern: '**/target/pmd.xml'
archive: true
2018-02-01 19:13:38 +02:00
active: false
thresholds:
fail:
2018-02-09 13:15:26 +02:00
high: '0'
cpd:
2018-02-01 19:13:38 +02:00
pattern: '**/target/cpd.xml'
archive: true
2018-02-01 19:13:38 +02:00
active: false
thresholds:
fail:
2018-02-09 13:15:26 +02:00
high: '0'
findbugs:
2018-02-01 19:13:38 +02:00
pattern: '**/target/findbugsXml.xml, **/target/findbugs.xml'
archive: true
2018-02-01 19:13:38 +02:00
active: false
thresholds:
fail:
2018-02-09 13:15:26 +02:00
high: '0'
checkstyle:
2018-02-01 19:13:38 +02:00
pattern: '**/target/checkstyle-result.xml'
archive: true
2018-02-01 19:13:38 +02:00
active: false
thresholds:
fail:
2018-02-09 13:15:26 +02:00
high: '0'
eslint:
2018-02-01 19:13:38 +02:00
pattern: '**/eslint.xml'
archive: true
2018-02-01 19:13:38 +02:00
active: false
thresholds:
fail:
2018-02-09 13:15:26 +02:00
high: '0'
pylint:
2018-02-01 19:13:38 +02:00
pattern: '**/pylint.log'
archive: true
2018-02-01 19:13:38 +02:00
active: false
thresholds:
fail:
2018-02-09 13:15:26 +02:00
high: '0'
archive: false