pmd 插件在詹金斯中不可用

pmd plugin is not available in jenkins

pmd 插件在 jenkins 中不可用

jenkins plugins page

上都不可用

搜索 Jenkins 插件站点没有发现任何观察到的结果。

但是如果你查看 GitHub,它会显示以下内容:

This plugin reached end-of-life.

All functionality has been integrated into the Warnings Next Generation Plugin and the Static Analysis Model and Parsers Library.

如果您查看 Jenkins plugins site,它会显示“禁止访问”。这表明它已被取消并且不鼓励使用它。

相反,安装 Warnings Next Generation Plugin(需要一些最新的依赖项)。

在您的作业中,添加构建步骤“记录编译器警告和静态分析结果”。 选择“静态分析工具 | 工具”[ PMD ]。默认摄入量为“'**/pmd.xml'”。

描述所有额外功能的 plugin's main page gives an overview and notes support for more than hundred report formats. There is additional documentation


ps: Perhaps Jenkins 需要更好的机制 (WEBSITE-764:Deprecated plugin handling - UX) 来处理删除的插件?