How to integrate junit/pmd/findbugs report into hudson build email?

Posted by fei on Stack Overflow See other posts from Stack Overflow or by fei
Published on 2010-03-11T02:57:06Z Indexed on 2010/04/10 4:13 UTC
Read the original article Hit count: 364

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!

© Stack Overflow or respective owner

Related posts about hudson

Related posts about continuous-integration