> On 12.12.2016, at 16:47, Bryce Pepper <[email protected]> wrote: > > "a b c,d, e , f" parameters are passing now but I am not getting the > "parallel" execution desired. All of the spawned jobs have the same build > number and if I look at completed job it has the passed parameter "f".
I'm pretty sure you're not passing different parameters -- just print `deployment` inside the actual block, not directly in the loop. And if that's correct: Jenkins collapses identical queue items. Use different parameters if you want different builds. -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/13988E3A-45F0-4D43-9C16-9D6F5DE9BB4C%40beckweb.net. For more options, visit https://groups.google.com/d/optout.
