Reputation: 387
I've been looking into using the email-ext plugin for our Jenkins/DotCi setup, however i can't seem to find any resource on which where we should be storing our templates for the email?
I can modify the templates listed "/src/main/resources/hudson/plugins/emailext/templates" to contain the information i want to have sent.
Does the email template live in the root similar to the .ci.yml file?
Upvotes: 1
Views: 590
Reputation: 509
The templates go into JENKINS_HOME\email-templates
To check that it is configured right, go to a project that you have run at least once and click on 'Email Template Testing' in the sidebar. Type in the full name of your template file.
If the file can't be found you will get an error in red beneath the input box. Otherwise you are good to go.
Upvotes: 1
Reputation: 529
You can find "Extended E-mail Notification" under the "Manage Jenkins" -> "Configure System" There you can find all the configuration settings for this plugin - including "Default Content"
Upvotes: 1