-
Bug
-
Resolution: Fixed
-
Major
-
None
in the latest version of hudson you had the ability to use build parameters for the recipients list in the email notification. I tried this out and it seems like after the first build the parameter name in the recipients field gets replaced with its value. This is not useful as next time a build is run the recipients list is now hardcoded and not the intended parameter's value.
- depends on
-
JENKINS-6394 Email recipients should support use of build parameters
-
- Closed
-
This issue was fixed by mindless at the same time when the env vars were expanded, in
JENKINS-6394http://jenkins-ci.org/commit/33098
or
https://github.com/jenkinsci/jenkins/commit/8b2617b6e6a31d5aade99bccb03f4760400ce203#core/src/main/java/hudson/tasks/Mailer.java