-
Bug
-
Resolution: Fixed
-
Minor
-
None
The email-ext plugin has source that reads:
getContent(AbstractBuild<P, B> build,...) ... {
Map<String, String> env = build.getEnvironment(TaskListener.NULL);
This map does not appear to include environment settings from the node configuration page.
- is duplicated by
-
JENKINS-7075 Enhance buildEnvironments so that global- and build-wrapper env variables are made available to post-build actions
- Resolved