Tagged Questions
1
vote
0answers
210 views
Sending Cppcheck result/report on email from Jenkins using email-ext plugin
I'm trying to send cppcheck report on an email using email-ext plugin from a Jenkins build. So far, only way seems to be by creating a custom template -- jelly or groovy. From this post -- "Can I ...
2
votes
0answers
145 views
What's wrong with following jelly script template for cppcheck in email-ext plugin of hudson
What's wrong with following jelly script template for cppcheck in email-ext plugin of hudson.
<!-- CppCheck TEMPLATE -->
<!--<j:set var="cppClassName" value="CppcheckBuildAction" ...