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

Commit 093e52b

Browse files
committed
Remove archiving.
1 parent 7bdb940 commit 093e52b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def params = [
88
configurations: configurations,
99
checkstyle: [qualityGates: [[threshold: 1, type: 'NEW', unstable: true]]],
1010
pmd: [qualityGates: [[threshold: 1, type: 'NEW', unstable: true]]],
11-
jacoco: [sourceCodeRetention: 'MODIFIED'] ]
11+
jacoco: [sourceCodeRetention: 'MODIFIED', sourceDirectories: ['plugin/src/main/java'] ]
1212

1313
properties([
1414
disableConcurrentBuilds(abortPrevious: true),
@@ -157,7 +157,6 @@ def params = [
157157
if (params?.jacoco) {
158158
jacocoArguments.putAll(params.jacoco as Map)
159159
}
160-
archiveArtifacts artifacts: '**/jacoco.xml'
161160
recordCoverage jacocoArguments
162161

163162
}

0 commit comments

Comments
 (0)