cppcheck-plugin
cppcheck-plugin copied to clipboard
Jenkins cppcheck plugin
allow compilation with java 11 - [x] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main branch! - [x] Ensure that the pull request...
Bumps [git-changelist-maven-extension](https://github.com/jenkinsci/incrementals-tools) from 1.3 to 1.6. Release notes Sourced from git-changelist-maven-extension's releases. 1.6 What's Changed Refresh component for January 2023 by @basil in jenkinsci/incrementals-tools#37 New Contributors @basil made their first...
Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.42 to 4.55. Release notes Sourced from plugin's releases. 4.55 💥 Breaking changes Bump Mockito from 4.11.0 to 5.1.1 (#690, #688, #672) @dependabot Mockito 5.0.0 contains a...
Bumps [bom-2.332.x](https://github.com/jenkinsci/bom) from 1466.v85a_616ea_b_87c to 1763.v092b_8980a_f5e. Release notes Sourced from bom-2.332.x's releases. 1763.v092b_8980a_f5e 👷 Changes for plugin developers Use git plugin 5.0.0 and git client plugin 4.0.0 (#1663) @MarkEWaite 📦...
Bumps [jaxb2-maven-plugin](https://github.com/mojohaus/jaxb2-maven-plugin) from 2.5.0 to 3.1.0. Commits c103938 [maven-release-plugin] prepare release jaxb2-maven-plugin-3.1.0 8947656 Bump to 3.1.0-SNAPSHOT c51707c Added testing for macos cb8f76e Bump mojo-parent to 67 and update plugin versions...
This commit adds two extra parameters to `publishCppcheck`: `ignoreBuildResult [boolean]` Skip any build result checks and publish Cppcheck results any way. `dontUpdateBuildResult [boolean]` This does not change the current build...
Made it possible to specify which cppcheck result to compare against in diff / Delta parts. Uses a new parameter "baselinePattern", with the same semantics as the existing "pattern". Also...
Add support for ccpcheck pipeline jenkins 2.0 Note: Another feature branch, jenkins-35096_cppcheck_plugin_pipeline_support already exists, but due to the fact it is still open in Jenkins jira. We are pushing our...
Fixes the "new errors" count being a diff instead of pinging off every new error. Calls "diffCurrentAndPrevious" if there was a job before to determine if any errors are considered...
As described in https://issues.jenkins-ci.org/browse/JENKINS-36731 sorting of the results-table should now be stable. The table now supports sorting multiple columns (by using CTRL+click on the column-header) through using tablesorter (see http://tablesorter.com/docs/)