Releases: tech-advantage/sonar-gerrit-plugin
Releases · tech-advantage/sonar-gerrit-plugin
2.5.0-SNAPSHOT
Considere SQ7.3+ as 2.5.0
2.3.1: Merge pull request #60 from tech-advantage/ssh-backport
2.4.0
V2.3.0 for SQ 5.6 LTS
v2.3.0 V2.3.0 based on SQ 5.6 LTS and Gerrit 2.12.2
v2.2.2 : for SQ 4.5.6+ LTS
This release is a major improvement of the plugin.
It includes major changes :
- you can choose what value is voted for bad, neutral and good review
- you can choose to automatically create a new branch in SQ when analyzing a branch in Gerrit
- you can use SSH to interact with Gerrit (Gerrit v2.11+ only)
The settings for port, username and password have changed : they now defined by
- GERRIT_PORT
- GERRIT_USERNAME
- GERRIT_PASSWORD
You should redefine them either in you job parameters and/or in the SonarQube settings.
To use SSH :
- set « Server scheme » (GERRIT_SCHEME) to ssh
- set the server port (GERRIT_PORT) to the SSH port of Gerrit
- set the username used to interact with Gerrit
- set the absolute path of the private SSH key to use. The matching public key is expected to be <private_key_name>.pub in the same directory.
- if the private key requires a passphrase, use the password field for it. Leave empty otherwise.
v2.2.1 : for SQ 4.5.1+ LTS
This release automatically disables the plugin when not called by Gerrit.
v2.2.0 : for SQ 4.5.1+ LTS
This release is built against SQ 4.5.1 LTS API.
v2.1.0
v2.0.1 : correct issue about multi-module projects
Correct issue with multi-module analysis.