I have been using Jenkins as my automation server for the last couple of weeks. So far so good.
Now I need to generate notification upon build completion. I am using the Email-ext plugin for this.
However, I need to add some custom content into the email content. So far I was using the default ${DEFAULT_CONTENT}. Is there an easy way to append some custom content from a file.
Looks like I need to extend the groovy-text template. However I am willing to know whether is there an easy way to append text from a file easily.