On 05/22/2012 06:23 PM, arjun tr wrote: > sorry, but I tried this in vain. I got some jelly script from some > stackoverflow which showed how to configure pmd, checkstyle, findbugs > individually. >
But did you use the new template I referred to? > It would help if there is some sort of documentation for objects > available in jelly and groovy scripts > There is no documentation of the object model, you need to read the source code of the analysis-core plug-in. Ulli > Here is the stackoverflow link > > http://stackoverflow.com/questions/8184944/can-i-configure-jenkins-to-send-an-email-with-a-static-analysis-report-summary > > > Regards, > Arjun > > > > On Tue, May 22, 2012 at 3:57 PM, Ullrich Hafner > <ullrich.haf...@gmail.com <mailto:ullrich.haf...@gmail.com>> wrote: > > On 05/22/2012 11:49 AM, arjun tr wrote: > > I was trying to include short summary of cobertura, pmd, checkstyle, > > findbugs reports in emails. > > I was able to get configurations for cobertura but not for > others with > > jelly. > > Is there any place which details on the other plugin configurations > > and class, method definitions in either jelly or groovy?? > > I added a new template in the latest release of the email-ext plug-in: > > https://github.com/jenkinsci/email-ext-plugin/blob/master/src/main/resources/hudson/plugins/emailext/templates/static-analysis.jelly > > It simply shows the total number of warnings for each of the > analysis tools. > > Ulli > > >