I'm using Sonar Gerrit plugin for Jenkins and it works fine in its default mode (changedLinesOnly == false, isNew == false).
However, when I'm enabling changedLinesOnly == true, all issues vanish, even those that were added in the Gerrit patch (e.g. unused variable).
Is this a bug, or perhaps I'm missing something?
Components versions:
Jenkins:: 2.95
Gerrit:: 2.13.4
Sonar-Gerrit: 2.1
Thanks.
The issue was fixed in v2.3 of SonarGerrit plugin. Tatiana, thank you for fixing this!