I meet same trouble. The checkstyle_report.xml is OK. But the report can not display hudson dashboard.
How to fix this?
Thanks in advance!
I meet same trouble. The checkstyle_report.xml is OK. But the report can not display hudson dashboard.
How to fix this?
Thanks in advance!
Try to start another build. You have to selected to publish those results in the Job Configuration:
Open your Job, select
Configure
, scroll down toPost-build Actions
and checkPublish Checkstyle analysis results
and the other ones. For each tool you have to specify the paths where the results are located, for examplebin/checkstyle_report.xml
.