Checkstyle 报告未显示在 Hudson 仪表板中

发布于 2024-12-26 16:21:26 字数 231 浏览 3 评论 0原文

我遇到同样的麻烦。 checkstyle_report.xml 没问题。 但报表无法显示hudson仪表板。

在此处输入图像描述

在此处输入图像描述

如何解决此问题?

提前致谢!

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!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

山人契 2025-01-02 16:21:27

尝试开始另一个构建。您必须选择在作业配置中发布这些结果:

打开您的作业,选择配置,向下滚动到构建后操作并选中发布 Checkstyle 分析结果 和其他的。对于每个工具,您必须指定结果所在的路径,例如 bin/checkstyle_report.xml

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.

巷雨优美回忆 2025-01-02 16:21:27

你的构建运行 Maven 目标 checkstyle:checkstyle

your build runs the maven goal checkstyle:checkstyle

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文