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/f298c617-918e-44c3-ab0a-288fa32ae357%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
