Using the recommendations on the link fixed the problem. Thank you very much!
On Friday, June 3, 2016 at 10:38:55 AM UTC-4, James Rice wrote: > This is something that has worked for months and has now stopped. > > Build A is triggering build B. The trigger works. > > Using the Trigger Parameterized Builds plugin in build A, I set a > predefined parameter like: > > *MY_PARAMETER=<value>* > > Then in build B I use the Environment Injector Plugin as follows: > > *MY_ENVIRONMENT_VARIABLE = $MY_PARAMETER* > > This doesn't work anymore, if I echo MY_ENVIRONMENT_VARIABLE in my build > script it is set to "$MY_PARAMETER" not the value of $MY_PARAMETER. > > Would be grateful for any insight. > -- 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/23c0fac6-c67e-4f16-8597-334d6a612882%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
