|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" 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.

It would be nice if this was documented. I spent a lot of time search for this information before finally giving up and asking (though now the next person that search would eventually find this ticket). The only clue I found was in the build-flow plugin release 0.4 release notes:
... add groovy bindings for current build as "build", console output as "out", environment variables Map as "env", and triggered parameters of current build as "params"
This seems misleading. When I print env from within the dsl script I get an empty map.