That is correct, I found this post -- https://github.com/jenkinsci/pipeline-examples/blob/master/pipeline-examples/jobs-in-parallel/jobs_in_parallel.groovy
On Tuesday, December 13, 2016 at 8:37:34 AM UTC-6, Daniel Beck wrote: > > > > On 13.12.2016, at 15:32, Bryce Pepper <[email protected] <javascript:>> > wrote: > > > > The following works as a Build Flow, I tried as a Pipeline but didn't > have any luck. > > In this case you're defining a new variable (inputParameter) inside each > loop iteration that you pass as argument into build(…). I haven't tried it, > but this may well be the relevant difference between the two scripts you > showed. > > -- 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/5e5c96a3-3333-4e14-93d4-0faf31cab84d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
