mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-12 10:55:20 +02:00
add missing config parameter
This commit is contained in:
parent
f3d0a70786
commit
a0ad1e1a13
@ -15,21 +15,24 @@ steps:
|
|||||||
neoCredentialsId: 'CI_CREDENTIALS_ID'
|
neoCredentialsId: 'CI_CREDENTIALS_ID'
|
||||||
testsPublishResults:
|
testsPublishResults:
|
||||||
junit:
|
junit:
|
||||||
patter: '**/target/surefire-reports/*.xml'
|
pattern: '**/target/surefire-reports/*.xml'
|
||||||
updateResults: false
|
updateResults: false
|
||||||
allowEmptyResults: true
|
allowEmptyResults: true
|
||||||
archive: false
|
archive: false
|
||||||
|
active: false
|
||||||
jacoco:
|
jacoco:
|
||||||
pattern: '**/target/*.exec'
|
pattern: '**/target/*.exec'
|
||||||
include: ''
|
include: ''
|
||||||
exclude: ''
|
exclude: ''
|
||||||
allowEmptyResults: true
|
allowEmptyResults: true
|
||||||
archive: false
|
archive: false
|
||||||
|
active: false
|
||||||
cobertura:
|
cobertura:
|
||||||
pattern: '**/target/coverage/cobertura-coverage.xml'
|
pattern: '**/target/coverage/cobertura-coverage.xml'
|
||||||
onlyStableBuilds: true
|
onlyStableBuilds: true
|
||||||
allowEmptyResults: true
|
allowEmptyResults: true
|
||||||
archive: false
|
archive: false
|
||||||
|
active: false
|
||||||
jmeter:
|
jmeter:
|
||||||
pattern: '**/*.jtl'
|
pattern: '**/*.jtl'
|
||||||
errorFailedThreshold: 20
|
errorFailedThreshold: 20
|
||||||
@ -47,3 +50,4 @@ steps:
|
|||||||
compareBuildPrevious: true
|
compareBuildPrevious: true
|
||||||
allowEmptyResults: true
|
allowEmptyResults: true
|
||||||
archive: false
|
archive: false
|
||||||
|
active: false
|
||||||
|
Loading…
Reference in New Issue
Block a user