-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIXED JENKINS-28994] implement optional synchronicity limit for para…
…llel blocks The closure parameters to a parallel block call can now be pre-pended by a number which is interpreted as a limit on the number of closure blocks to be executed in parallel. Example: parallel(2, {build("job1")}, {build("job2")}, {build("job3")}) The above would execute up to two of the specified jobs simultaneously.
- Loading branch information
1 parent
bd179ac
commit f519216
Showing
1 changed file
with
16 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters