-
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
-
[JENKINS-2175] Sending Rich text mail with Hudson
Link |
New:
This issue is duplicated by |
Attachment | New: groovy-email2.patch [ 19006 ] |
Assignee | Original: Kohsuke Kawaguchi [ kohsuke ] | New: ashlux [ ashlux ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: Open [ 1 ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Attachment | New: based_on_2009-09-28.patch [ 19080 ] | |
Attachment | New: svn-template.html [ 19081 ] |
Attachment | New: updated_on_2010-02-12.patch [ 19126 ] | |
Attachment | New: svn-template.html [ 19127 ] | |
Attachment | New: subject-template.txt [ 19128 ] |
Attachment | New: fixed_tests_2010-02-12.patch [ 19129 ] |
Attachment | New: html.br.patch [ 19141 ] |