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

Commit 2e217c8

Browse files
committed
Archive JaCoCo files.
1 parent bc4112c commit 2e217c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Jenkinsfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,9 @@ def params = [
156156
if (params?.jacoco) {
157157
jacocoArguments.putAll(params.jacoco as Map)
158158
}
159+
archiveArtifacts artifacts: '**/jacoco.xml'
159160
recordCoverage jacocoArguments
161+
160162
}
161163
}
162164
}

0 commit comments

Comments
 (0)