Jenkins with PMD, FindBugs and CheckStyle Plugins Example

preview_player
Показать описание
The PMD, FindBugs and CheckStyle Jenkins plugins have all been deprecated, so to incorporate these static code analysis tools in your build, you need to follow a new set of steps. In this Jenkins and PMD, FindBugs and CheckStyle tutorial, we show you how to bring the results of your static code analysis tools into JenkinsCI through the use of the Jenkins Warnings Next Generation plugin.
Рекомендации по теме
Комментарии
Автор

@Cameron Mckenzie., Say if we have a custom PMD rule set how can we link this with this plugin.?

nishchaldinesh
Автор

Is this applicable for c code or is it restricted to java?

nethrash
Автор

Here's a full write-up on how to use the Jenkins Warnings Next Generation plugin to report CheckStyle, PMD and FindBugs errors:

cameronmckenzie
Автор

all of this is already used by sonarqube.

richardgibson