-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Linux
Hi
I am working on Jenkins environement with a main JOB A triggering four downstream JOBS A1-A2-A3-A4. As this main job (A) should be absolutely completed before a new job can be restarted, I have selected the option "Block build when downstream project is building" in the main job. But the issue now is that If I trigger more than one main job during a pending job, only one pending job is registered. All the other requests seems to be ignored.
Any known limitation for that? Is there any existing pluggin to solve this.