简体   繁体   English

jenkins 的下一代警告插件 6.1.1 中使用了哪个版本的 Checkstyle?

[英]What version of Checkstyle is getting used in warnings next generation plugin 6.1.1 from jenkins?

I am trying to configure static code analysis on my jenkins server for maven project.我正在尝试在我的 jenkins 服务器上为 maven 项目配置 static 代码分析。 I want to use google checks for Checkstyle based code analysis.我想使用谷歌检查基于 Checkstyle 的代码分析。 To use appropriate google checks xml file I want to know the version of checkstyle used in warnings next generation plugin 6.1.1.要使用适当的谷歌检查 xml 文件我想知道在警告下一代插件 6.1.1 中使用的 checkstyle 的版本。

Can anyone please help me with this?谁能帮我解决这个问题?

Warnings-ng plugin is not analyzing your code, it just creates visualization of checkstyle analysis results. Warnings-ng 插件不会分析您的代码,它只是创建 checkstyle 分析结果的可视化。

So you need to perform analysis by some other tool (eg maven) first and after than warnings-ng can show you results.因此,您需要先通过其他工具(例如 maven)执行分析,然后才能使用 warnings-ng 向您显示结果。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Jenkins:将 groovy 脚本从旧的警告插件迁移到警告下一代插件 - Jenkins : migrate groovy scripts from old Warnings plugin to Warnings Next Generation Plugin Jenkins 下一代警告插件 Checkstyle 抛出错误 - Jenkins Next Generation Warning Plugin Checkstyle throw an error Jenkins警告下一代插件:Java编译器警告被忽略 - 为什么? - Jenkins Warnings Next Generation plugin: Java compiler warnings are ignored - why? 如何正确使用 Jenkins 警告下一代插件的三个步骤? - How to use the three steps of Jenkins Warnings Next Generation Plugin properly? Jenkins 管道警告下一代插件:git rev-parse HEAD^{commit} 需要(太)长时间 - Jenkins pipeline Warnings Next Generation Plugin: git rev-parse HEAD^{commit} takes a (too) long time Jenkins “Warnings Next Generation Plugin”无法解析Pytest的JUnit xml报告 - Jenkins "Warnings Next Generation Plugin" can't parse Pytest's JUnit xml report 静态分析工具groovyParser无法扫描控制台日志输出,请定义文件模式 - Jenkins Warnings Next Generation Plugin - Static analysis tool groovyParser cannot scan console log output, please define a file pattern - Jenkins Warnings Next Generation Plugin 无法使用下一代警告访问 Jenkins 管道中的记录问题 - Cannot access recordIssues in Jenkins Pipeline using Warnings Next Generation 没有在詹金斯获得版本号插件值 - Not getting version number plugin value in Jenkins jenkins使用的默认python版本是什么 - What is the default python version used by jenkins
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM