-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
We migrated from CruiseControl to Hudson recently and found that it is not able
to send Rich text email. I checked the Email-Extender plugin but the variables
provided by it are limiting.
So I modified the plugin to use Groovy SimpleTemplate to generate the email
content. A user would set the email content in form of Groovy script through UI.
To the script the build variable would be exposed as a binding
Using that one can extract whatever information he is interested in and then
output it in required form
- is duplicated by
-
JENKINS-545 Customized rich content email notification
-
- Closed
-
This looks really wonderful, what is the easiest way to test it out? Should I apply a patch to the email-ext plugin and if so, which patch? Thanks so much!