-
Bug
-
Resolution: Fixed
-
Major
-
-
Parameterized Scheduler 1.0
Hi, when i try to build the job two different parameterized builds at the same time, it always executes only first one. Example:
0 */3 * * * % BLOCKITEM=customer
0 */3 * * * % BLOCKITEM=document
It will always run only build with parameter value customer. it works if I set schedule with 'H' instead of exact minutes number. But I need to run both build at the exact time.