Re: Jenkins EMail Reporting

2016-10-18 Thread jerome
I got some Jelly template working for this. First the jenkins file: Make sure you collect your unit test results: step([$class: 'JUnitResultArchiver', testResults: 'TestResult/*.xml']); Then send the email: emailext body: '${JELLY_SCRIPT,template="

Re: Jenkins EMail Reporting

2016-09-21 Thread jerome
I known my answer will not be received well by most, but that was the fastest way I could find, I did a Python script with XunitParser module made that a breeze (I can even test it better or use other tools to run them). https://pypi.python.org/pypi/xunitparser Just write to a temporary file

Jenkins EMail Reporting

2016-09-21 Thread Bubunia Patra
Hi all, I am looking for some way to email the test results from the Jenkins to the recipients in a nice format After my test executes the console logs are generated in jenkins. I have installed the extended E-mail Plugin for email and configured the smtp server. The test also generates the