Issue Type: Improvement Improvement
Affects Versions: current
Assignee: Slide-O-Mix
Components: email-ext
Created: 08/Dec/12 1:54 PM
Description:

currently email-ext is used to fill information into template, it is good, but it not only demands on groovy or jelly kinds of script knowledge, but also depends on the API exposed to the plugin.

More flexible way could be to use script to generate the html files directly in building steps.

email.py > sample.template

Currently I will copy it to the template directory and send it as groovy template though it is pure html.

cp sample.template $EMAIL_EXT_PLUGINS/template
${SCRIPT, template="sample.template"}

Will be nice if the email-ext can support to send html file directly, and also the sending html can't be saved easily as well

Environment:

Project: Jenkins
Priority: Minor Minor
Reporter: Larry Cai
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

Reply via email to