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

Commit b97bc26

Browse files
committed
Fix syntax of source code directories.
1 parent e4ae4c6 commit b97bc26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
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', sourceDirectories: ['plugin/src/main/java']]
11+
jacoco: [sourceCodeRetention: 'MODIFIED', sourceDirectories: [[path: 'plugin/src/main/java']]]
1212
]
1313

1414
properties([

0 commit comments

Comments
 (0)