add withChecks into pipeline
All checks were successful
All checks were successful
This commit is contained in:
parent
5ee039ba1b
commit
1be54f4ca0
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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'],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user