Jenkins

Jenkins - Code Analysis

Jenkins - Code Analysis

Jenkins has many Code Analysis plugins. 


This plugin contains utilities for the plugins that perform static code analysis. Jenkins can parse the output file of many Code Analysis tools such as CheckStyle, PMD, FindBugs, and so on. A plugin in Jenkins must be installed for each matching code analysis tool.

Additionally, the Static Analysis Collector add-on plugin is provided, which integrates the different results of these plugins into a single trend graph and display.

The plugins can provide information such as: 

  • The total warnings in a job 
  • A listing of the new and fixed warnings of a build 
  • Trend reports showing the number of warnings per build 
  • An overview of the found warnings per module, package, category, or type 
  • Detailed reports of the found warnings optionally filtered by severity (or new and fixed)