Reputation: 2384
my team is looking into using hudson as our continuous integration software, 1 problem that we try to figure out is to integrate the reports of junit/pmd/findbugs etc into the build email that get sent to the team.
the graph/reports on the dashboard are nice and all, but people usually want to just read the email and not clicking the links. i tried to use the ext-email plugin, but that doesn't provide much help related to this. is there any way i can get those info into the build email?
Thanks!
Upvotes: 2
Views: 3694
Reputation: 111575
As you note, the email-ext plugin doesn't have too much documentation, and you'll probably have to jump through some hoops, but it should be possible.
Check out this blog post as a useful tutorial, which demonstrates much improved email output, as you can see:
Upvotes: 2
Reputation: 11896
My answer won't help you that much, but can bring some hope ;)
For code metrics we use Sonar, it integrates CheckStyle, PMD, FireBugs and some other plugins (like Cobertura etc.), to see it in action click here. It can be integrated with Hudson, and there is plugin to send emails but they are as you said, just links to dashboard. There is also jira report opened, feel free to vote, as well as describe what you need (if you decide to use Sonar).
PS. there are a lot of addition plugins for sonar, just have a look
Upvotes: 0