Skip to content

Latest commit

 

History

History
65 lines (38 loc) · 1.94 KB

CHANGELOG.md

File metadata and controls

65 lines (38 loc) · 1.94 KB

== Changelog ==

=== Master ===

=== Version 3.1.0 (November 2022) ===

  • Introduced support for accepting custom Hub Server Certificate by providing the certificate in a Jenkins File Credential
  • Introduced SocketTimeout as parameter
  • Use the aid.txt file to get the analysis id, instead of using the search API in CodeSonar You can now use the plugin to run parallel builds, without risk of race conditions
  • Improved feedback from errors received from the CodeSonar Hub

=== Version 3.0.0 (January 2022) ===

  • Removed the graphs generated by the plugin on project frontpage to preventer clutter in case of multiple codesonars
  • Introduced new mechanism to get the analysis id from a project. Will use current working directory, or can be directly specified

=== Version 2.1.0 (October 2020) ===

  • Option to set the visibility filter for the analysis

=== Version 2.0.9 (April 2020) ===

  • Java 11 compatibility
  • Jenkins core requirement is upped to 2.164

=== Version 2.0.8 (March 1, 2019) ===

=== Version 2.0.6 (February 6, 2018) ===

  • The plugin is now more memory efficient
  • Less data is stored on master

=== Version 2.0.5 (March 22, 2017) ===

  • Added support for pipeline job types.
  • Added support for projects inside tree structures on the hub.

=== Version 2.0.4 (September 12, 2016) ===

  • Fixed compatibility bugs regarding CodeSonar 4.2
  • Fixed bug where plugin used to fail with a nullpointer exception after a fresh restart

=== Version 2.0.2 (August 9, 2016) ===

  • Fixed compatibility bug for Jenkins 1.609.2

=== Version 2.0.1 (June 16, 2016) ===

  • Fixed a possible NPE related to alerts (#2)

=== Version 2.0.0 (June 13, 2016) ===

  • Added compatability for codesonar 4.2+

=== Version 1.0.1 (October 15, 2015) ===

  • Better error messages in console (JENKINS-30386)
  • Added JobDSL support (JENKINS-30888)

=== Version 1.0 ===

  • Release of the first stable version