Skip to content

Commit 384344a

Browse files
committed
Ant jobs sorted alphabetically
Signed-off-by: David Matějček <[email protected]>
1 parent a6db59d commit 384344a

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
@@ -285,7 +285,7 @@ spec:
285285
}
286286
steps {
287287
script {
288-
parallel parallelStagesMap
288+
parallel parallelStagesMap.sort({k1, k2 -> k1 <=> k2} as Comparator)
289289
}
290290
}
291291
}

0 commit comments

Comments
 (0)