jenkins 中的几个 checkstyle 报告

发布于 2024-12-20 21:40:24 字数 173 浏览 0 评论 0原文

一个配置中是否可以有多个 Checkstyle 报告?

假设我想使用一组规则检查代码,并使用另一组规则进行测试。之后,我有两个 xml 报告,但只有一个 Publish Checkstyle 分析结果 可用。

我错过了什么还是根本无法做到?

Is it possible to have several Checkstyle reports in one configuration?

Let's say I want to check the code with one set of rules, and tests - with another. After that I have two xml-reports but only one Publish Checkstyle analysis results is available.

Am I missing something or it is just impossible to do?

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

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

发布评论

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

评论(1

娇纵 2024-12-27 21:40:24

当您勾选发布 Checkstyle 分析结果复选框时,应该会出现一个文本输入框。例如,假设您有 target/checkstyle-code.xmltarget/checkstyle-tests.xml 文件作为两次单独的 Checkstyle 运行的结果,那么您可以输入 target/checkstyle-*.xml,两个 Checkstyle 结果将聚合到一份 Jenkins 报告中。

When you tick the Publish Checkstyle analysis results checkbox, a text input box should appear. Assuming that you have, for example, target/checkstyle-code.xml and target/checkstyle-tests.xml files as the result of your two separate Checkstyle runs, then you can enter target/checkstyle-*.xml and the results from both of your Checkstyle results will be aggregated into one Jenkins report.

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