Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用clang 静态分析器来检查我的代码。在 jenkins,我使用这个插件来执行静态分析工具并生成报告。现在我必须切换到哈德森,但没有“clang插件”......
有人知道在哈德逊显示结果的替代插件或解决方法吗?
clang 是否支持 xml 输出?如果是这样,您可以使用 xsl 样式表将您的 xml 输出转换为 cppcheck 格式。
以下链接使用相同的概念,除了在他的情况下它是单元测试,因此他使用 JUnit 格式。
Jenkins 和 cFix 单元测试 (C++)