Jenkins and SonarQube Environment Information
Jenkins - 2.235.5
Gerrit Trigger - 2.31.0
Sonar Gerrit Plugin - 2.4.3
SonarQube Scanner for Jenkins - 2.12
SonarQube Version - 6.7.7 (LTS).
Configuration: - Freestyle Job.
Jenkins Job Console log(Last few lines):-
INFO: Performing issue tracking
INFO: 3270/3270 components tracked
INFO: Export issues to /jenkins-node/workspace/Gerrit-Test/.scannerwork/sonar-report.json
INFO: ANALYSIS SUCCESSFUL
INFO: Executing post-job Final report
INFO: Turn debug info on to get more details (sonar-scanner -X -Dsonar.verbose=true ...).
INFO: Task total time: 2:21.625 s
INFO: ------------------------------------------------------------------------
INFO: EXECUTION SUCCESS
INFO: ------------------------------------------------------------------------
INFO: Total time: 2:22.428s
INFO: Final Memory: 71M/1470M
INFO: ------------------------------------------------------------------------
WARN: Unable to locate 'report-task.txt' in the workspace. Did the SonarScanner succeed?
Getting Sonar Report from: /jenkins-node/workspace/Gerrit-Test/.scannerwork/sonar-report.json
Report has loaded and contains 13752 issues
Issues to be commented: 0
Issues to be involved in score calculation: 0
Review has been sent
Finished: SUCCESS
Though build/analysis is completed successfully, However nothing is commented on Gerrit. Is it something missing in my jenkins job setting?