fix/pipeline #21

Closed
bquarkz wants to merge 20 commits from fix/pipeline into master
Showing only changes of commit 1be54f4ca0 - Show all commits

2
Jenkinsfile vendored
View File

@ -12,7 +12,7 @@ pipeline {
}
recordCoverage(tools: [[parser: 'JACOCO', pattern: '**/build/reports/jacoco/test/jacoco*.xml']],
id: 'jacoco',
name: 'Jacoco Coverage',
name: 'JaCoCo Coverage',
sourceCodeRetention: 'EVERY_BUILD',
qualityGates: [
[threshold: 40.0, metric: 'CLASS', baseline: 'PROJECT'],