Re: Access violations data in jelly email template

2013-07-16 Thread Slide
Hi, I'll recommend that you switch to Groovy templates, they are far easier to work with than Jelly templates. With that being said, you need to look at the API's available for the Violations plugin, then you would access the Violations action for the specific build using AbstractBuild.getActions,

Access violations data in jelly email template

2013-07-16 Thread Daniel Becroft
Hi, Does anyone have an example of accessing the Violations information (StyleCop, FxCop, etc) in a jelly email template? Or some documentation on how it would be accessible? We are looking to start failing the build on violation counts, and it would be good if we can include information regardin