Someone else just asked the same thing a few days ago, you can access the environment via the build instance. build.getEnvironment(). Take a look at the javadoc for AbstractBuild and you'll see what you can access.
Also, it's a 'pre-send' script, not pre-setup. slide On Sun, May 12, 2013 at 11:54 PM, Romu <[email protected]> wrote: > Hi List, > > In pre-setup script of editable email notification plugin, the build > parameters are not available as environment variables as they are with > build scripts. Is there another way to access them? > > Thanks > Romu > > -- > 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/groups/opt_out. > > > -- Website: http://earl-of-code.com -- 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/groups/opt_out.
