The Jenkins 'warnings' plug-in collects compiler warnings or issues reported by static analysis tools and visualizes the results. It has built-in support for numerous static analysis tools (including several compilers), see the list of supported report formats. If your tool is not yet supported 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 plug-in and the analysis parsers library.
For more details please refer to the documentation.
All source code is licensed under the MIT license.