-
Bug
-
Resolution: Unresolved
-
Critical
-
None
We have multiple jobs located in different folders, but with the same name and the same throttle configuration ("Throttle based on (value of) parameter X"), like
- Folder1/myJob
- Folder2/myJob
- ...
- FolderN/myJob
Now, when concurrently starting builds for jobs from different folders, but with the same value for parameter X, only one of those builds is executed at a time, the other ones are throttled.
My expectation was that only builds of the same job are ever throttled.