Checkstyle report not displayed in Hudson dashboard

2.5k Views Asked by At

I meet same trouble. The checkstyle_report.xml is OK. But the report can not display hudson dashboard.

enter image description here

enter image description here

How to fix this?

Thanks in advance!

2

There are 2 best solutions below

9
On

Try to start another build. You have to selected to publish those results in the Job Configuration:

Open your Job, select Configure, scroll down to Post-build Actions and check Publish Checkstyle analysis results and the other ones. For each tool you have to specify the paths where the results are located, for example bin/checkstyle_report.xml.

0
On

your build runs the maven goal checkstyle:checkstyle