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'
|
||||
testsPublishResults:
|
||||
junit:
|
||||
patter: '**/target/surefire-reports/*.xml'
|
||||
pattern: '**/target/surefire-reports/*.xml'
|
||||
updateResults: false
|
||||
allowEmptyResults: true
|
||||
archive: false
|
||||
active: false
|
||||
jacoco:
|
||||
pattern: '**/target/*.exec'
|
||||
include: ''
|
||||
exclude: ''
|
||||
allowEmptyResults: true
|
||||
archive: false
|
||||
active: false
|
||||
cobertura:
|
||||
pattern: '**/target/coverage/cobertura-coverage.xml'
|
||||
onlyStableBuilds: true
|
||||
allowEmptyResults: true
|
||||
archive: false
|
||||
active: false
|
||||
jmeter:
|
||||
pattern: '**/*.jtl'
|
||||
errorFailedThreshold: 20
|
||||
@ -47,3 +50,4 @@ steps:
|
||||
compareBuildPrevious: true
|
||||
allowEmptyResults: true
|
||||
archive: false
|
||||
active: false
|
||||
|
Loading…
Reference in New Issue
Block a user