-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
Jenkins: 2.226
Throttle Concurrent Builds: 2.0.1
When adding multiple comma-separated parameters to "List of parameters to check" it doesn't work as expected.
i.e:
my job has 3 params: A, B, C
List of parameters to check: "A,B"
started a job with params: A:1, B:2, C:3
and tried to start another job in parallel: A:2, B:2, C:3
According to my understanding because "A,B" needs to be unique, the 2nd job should've started in parallel, because the 1st job is "1,2" and the 2nd job is "2,2".
However it didn't start.
(When I remove B from "List of paremeters to check" it started)
- duplicates
-
JENKINS-46858 Jobs not throttled by comma-separated parameters
- Resolved