Hello Jenkins Users. i have a few multi-configuration projects. Is it possible to create a setup where only one project can build at a time, but all it's configurations run in parallel? Consider a setup like the one bellow:
. ├── project1 │ ├── configuration1 > building │ ├── configuration2 > building │ └── configuration3 > building ├── project2 │ ├── configuration1 > queued │ └── configuration2 > queued └── project3 ├── configuration1 > queued └── configuration2 > queued Where project1 can build all it's configurations in parallel, but project2 and project3 will have to wait until project1 is finished. . ├── project1 │ ├── configuration1 > finished │ ├── configuration2 > finished │ └── configuration3 > finished ├── project2 │ ├── configuration1 > building │ └── configuration2 > building └── project3 ├── configuration1 > queued └── configuration2 > queued And when project2 is done, project3 can start. Any help, or tips are greatly appreciated, let me know if you need more info. -- Sebastian Soderqvist -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.