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 0324c34 commit 6ccc04fCopy full SHA for 6ccc04f
Jenkinsfile
@@ -10,6 +10,7 @@ node('linux') {
10
splits = splitTests parallelism: count(2), generateInclusions: true, estimateTestsFromFiles: true
11
}
12
def branches = [:]
13
+branches['failFast'] = true
14
15
for (int i = 1; i < splits.size() + 1; i++) {
16
def num = i
@@ -46,5 +47,5 @@ branches['jdk11'] = {
46
47
48
49
-parallel branches, failFast: true
50
+parallel branches
51
infra.maybePublishIncrementals()
0 commit comments