Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 3fd4d09

Browse files
committed
Add pattern for coverage files.
1 parent d44776c commit 3fd4d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/Jenkinsfile.analysis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ node('java-agent') {
1818
recordIssues tool: errorProne(), healthy: 1, unhealthy: 20
1919

2020
junit testResults: '**/target/*-reports/TEST-*.xml'
21-
recordCoverage tools: [[parser: 'JACOCO']], sourceCodeRetention: 'EVERY_BUILD',
21+
recordCoverage tools: [[parser: 'JACOCO', pattern: '**/jacoco/jacoco.xml']], sourceCodeRetention: 'EVERY_BUILD',
2222
qualityGates: [ [threshold: 90.0, metric: 'LINE', baseline: 'PROJECT', criticality: 'UNSTABLE']],
2323
sourceDirectories: [[path: 'plugin/src/main/java']]
2424
recordIssues tools: [checkStyle(pattern: 'target/checkstyle-result.xml'),

0 commit comments

Comments
 (0)