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.
