We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ccc04f commit c5a081bCopy full SHA for c5a081b
Jenkinsfile
@@ -22,7 +22,7 @@ for (int i = 1; i < splits.size() + 1; i++) {
22
try {
23
writeFile file: (split.includes ? "$WORKSPACE_TMP/includes.txt" : "$WORKSPACE_TMP/excludes.txt"), text: split.list.join("\n")
24
writeFile file: (split.includes ? "$WORKSPACE_TMP/excludes.txt" : "$WORKSPACE_TMP/includes.txt"), text: ''
25
- sh 'kind.sh -Dsurefire.includesFile="$WORKSPACE_TMP/includes.txt -Dsurefire.excludesFile="$WORKSPACE_TMP/excludes.txt"'
+ sh 'kind.sh -Dsurefire.includesFile="$WORKSPACE_TMP/includes.txt" -Dsurefire.excludesFile="$WORKSPACE_TMP/excludes.txt"'
26
dir (env.WORKSPACE_TMP) {
27
junit 'surefire-reports/*.xml'
28
}
0 commit comments