You need both of those solutions: set up bf2 to take the parameters you want, and have bf1 pass them in.
On Tue, Apr 22, 2014 at 2:51 PM, Sagu Feert <[email protected]> wrote: > I have 2 build flow jobs: bf1 and bf2. > bf1 triggers bf2, and I'd like bf1 to pass some environment variables to > bf2. > > I tried using the 'Parameterized Trigger Plug-in' to pass variables > between the two and that didn't work. > > I also tried triggering bf2 in the bf1 DSL like this: > build( "bf2", param1: someParam) > > and that didn't work either. > > Is this simply not possible? > > -- > 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]. > For more options, visit https://groups.google.com/d/optout. > -- Marc MacIntyre -- 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]. For more options, visit https://groups.google.com/d/optout.
