Add parameters to recordcoverage in Jenkinsfile
This commit is contained in:
parent
c3bf38d911
commit
b33f004b19
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -16,7 +16,7 @@ pipeline {
|
|||
steps {
|
||||
sh 'mvn test'
|
||||
junit '**/target/surefire-reports/*.xml'
|
||||
recordCoverage(tools: [[]])
|
||||
recordCoverage(tools: [[parser: 'JACOCO']], id: 'jacoco', name: 'JaCoCo Coverage', sourceCodeRetention: 'EVERY_BUILD')
|
||||
}
|
||||
}
|
||||
stage('Deploy') {
|
||||
|
|
Loading…
Add table
Reference in a new issue