Skip to content

Commit 6ccc04f

Browse files
committed
Fix syntax
1 parent 0324c34 commit 6ccc04f

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
@@ -10,6 +10,7 @@ node('linux') {
1010
splits = splitTests parallelism: count(2), generateInclusions: true, estimateTestsFromFiles: true
1111
}
1212
def branches = [:]
13+
branches['failFast'] = true
1314

1415
for (int i = 1; i < splits.size() + 1; i++) {
1516
def num = i
@@ -46,5 +47,5 @@ branches['jdk11'] = {
4647
}
4748
}
4849
}
49-
parallel branches, failFast: true
50+
parallel branches
5051
infra.maybePublishIncrementals()

0 commit comments

Comments
 (0)