Re: Include JUnit Test Results in Email Notifications

2013-10-03 Thread Edwin Castro
On 10/3/13 12:55 PM, Edwin Castro wrote: > One last question, how do I determine what "it" refers to in Jelly > templates? I found this https://wiki.jenkins-ci.org/display/JENKINS/Basic+guide+to+Jelly+usage+in+Jenkins#BasicguidetoJellyusageinJenkins-Understandingthe{{it}}object Thanks! -- Edwin

Re: Include JUnit Test Results in Email Notifications

2013-10-03 Thread Edwin Castro
On 10/3/13 12:38 PM, Slide wrote: > You can port what is done in the default Jelly template [1] and just > call the methods and such in the groovy template. > > slide > > 1 > - > https://github.com/jenkinsci/email-ext-plugin/blob/master/src/main/resources/hudson/plugins/emailext/templates/html.j

Re: Include JUnit Test Results in Email Notifications

2013-10-03 Thread Slide
You can port what is done in the default Jelly template [1] and just call the methods and such in the groovy template. slide 1 - https://github.com/jenkinsci/email-ext-plugin/blob/master/src/main/resources/hudson/plugins/emailext/templates/html.jelly#L126 On Thu, Oct 3, 2013 at 9:39 AM, Edwin C

Include JUnit Test Results in Email Notifications

2013-10-03 Thread Edwin Castro
How can I add junit test results to my email notifications using a groovy script template? -- Edwin Castro -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenk