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

Commit e4ae4c6

Browse files
committed
Fix syntax error.
1 parent 093e52b commit e4ae4c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ 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', sourceDirectories: ['plugin/src/main/java'] ]
11+
jacoco: [sourceCodeRetention: 'MODIFIED', sourceDirectories: ['plugin/src/main/java']]
12+
]
1213

1314
properties([
1415
disableConcurrentBuilds(abortPrevious: true),

0 commit comments

Comments
 (0)