Details
-
New Feature
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
Description
Right now there doesn't seem to be an easy way to test updated jelly scripts except by actually running a build. It would be a lot easier to make changes if you could send a test e-mail based on a previously completed build (either the last build or, even better, a user selected build) and sent to a specified address.
Attachments
Issue Links
- is related to
-
JENKINS-19825 Make EmailExtTemplateAction configurable
-
- Resolved
-
Code changed in jenkins
User: Alex Earl
Path:
src/main/java/hudson/plugins/emailext/EmailExtTemplateAction.java
src/main/java/hudson/plugins/emailext/EmailExtensionPlugin.java
src/main/java/hudson/plugins/emailext/ExtendedEmailPublisher.java
src/main/java/hudson/plugins/emailext/ExtendedEmailPublisherDescriptor.java
src/main/resources/hudson/plugins/emailext/EmailExtTemplateAction/index.jelly
src/main/resources/hudson/plugins/emailext/EmailExtTemplateAction/index.properties
src/main/resources/hudson/plugins/emailext/Messages.properties
src/main/webapp/images/template-debugger.png
http://jenkins-ci.org/commit/email-ext-plugin/5957b9fc6229fb20b2c7d57f1700747a6d361256
Log:
Fixed
JENKINS-9594Added action to the project that contains the email-ext as a publisher which allows the user to enter a template name, select a previous build and see the rendered template.