2017-12-06 12:03:06 +01:00
|
|
|
#Project Setup
|
|
|
|
general:
|
|
|
|
productiveBranch: 'master'
|
|
|
|
|
|
|
|
#Steps Specific Configuration
|
|
|
|
steps:
|
|
|
|
mavenExecute:
|
|
|
|
dockerImage: 'maven:3.5-jdk-7'
|
2018-01-24 09:55:38 +01:00
|
|
|
influxWriteData:
|
|
|
|
influxServer: 'jenkins'
|
2017-12-11 11:15:51 +01:00
|
|
|
neoDeploy:
|
|
|
|
deployMode: 'mta'
|
|
|
|
warAction: 'deploy'
|
|
|
|
vmSize: 'lite'
|
|
|
|
neoCredentialsId: 'CI_CREDENTIALS_ID'
|
2018-02-02 09:04:01 +01:00
|
|
|
testsPublishResults:
|
|
|
|
junit:
|
|
|
|
patter: '**/target/surefire-reports/*.xml'
|
|
|
|
updateResults: false
|
|
|
|
allowEmptyResults: true
|
|
|
|
archive: false
|
|
|
|
jacoco:
|
|
|
|
pattern: '**/target/*.exec'
|
|
|
|
include: ''
|
|
|
|
exclude: ''
|
|
|
|
allowEmptyResults: true
|
|
|
|
archive: false
|
|
|
|
cobertura:
|
|
|
|
pattern: '**/target/coverage/cobertura-coverage.xml'
|
|
|
|
onlyStableBuilds: true
|
|
|
|
allowEmptyResults: true
|
|
|
|
archive: false
|
|
|
|
jmeter:
|
|
|
|
pattern: '**/*.jtl'
|
|
|
|
errorFailedThreshold: 20
|
|
|
|
errorUnstableThreshold: 10
|
|
|
|
errorUnstableResponseTimeThreshold: ''
|
|
|
|
relativeFailedThresholdPositive: 0
|
|
|
|
relativeFailedThresholdNegative: 0
|
|
|
|
relativeUnstableThresholdPositive: 0
|
|
|
|
relativeUnstableThresholdNegative: 0
|
|
|
|
modeOfThreshold: false
|
|
|
|
modeThroughput: false
|
|
|
|
nthBuildNumber: 0
|
|
|
|
configType: 'PRT'
|
|
|
|
failBuildIfNoResultFile: false
|
|
|
|
compareBuildPrevious: true
|
|
|
|
allowEmptyResults: true
|
|
|
|
archive: false
|