Jenkins Warnings Plugin - Next Generation
The Jenkins Next Generation Warnings plugin collects compiler warnings or issues reported by static analysis tools and visualizes the results. It has built-in support for more than a hundred report formats.
Among the problems it can detect:
The plugin publishes a report of the issues found in your build, so you can navigate to a summary report from the main build page. From there you can also dive into the details:
This code of this plugin is also available as a standalone GitHub or GitLab action that runs without Jenkins now:
If you are using Git as a source code management system then the warnings plugin will optionally mine
the repository in the style of
Code as a Crime Scene
(Adam Tornhill, November 2013) to determine statistics of the affected files (i.e. the files with issues):
Additionally, the plugin shows the last person who modified the code that contains an issue (and the last commit ID).
In order to use this functionality you need to install the optional
Git Forensics Plugin.
If your tool is not yet supported by the warnings plugin you can either define a new Groovy based parser in the
user interface or provide a parser within a new small plug-in. If the parser is useful for other teams as well
please share it and provide pull requests for the
Warnings Next Generation Plug-in and
the Analysis Parsers Library.
For more details please refer to the documentation or to an
introductory video. Contributions are welcome, please
refer to the separate CONTRIBUTING document
for details on how to proceed!
All source code is licensed under the MIT license.