Sonar-Gerrit Plugin Not reporting Issues in Gerrit

被刻印的时光 ゝ 提交于 2019-12-11 15:38:57

问题


I am also facing the same issue with Sonar-Gerrit jenkins plugin. Downloaded it from Jenkins plugins site.Using Sonar-Gerrit plugin 2.2.1, and analysing sonar scan against jenkins workspace.

For a sample,have changed just one file and provided the project base directory to the path of that file, and ran the sonar analysis in issues mode.

Issues are not loaded in Gerrit and jenkins logs say

Report has loaded and contains 759 issues Issues to be commented: 0 Issues to be involved in score calculation: 0 Review has been sent

Have already referred the StackOverflow Page Sonar Gerrit plugin not reporting results. Kindly advice on this


回答1:


I faced a similar issue and for me the resolution was to point the Project Base Directory to my source folder. If you're using sonar to scan all of your source files then pointing the Project Base directory at only one file I don't think it will like that.




回答2:


There is a bug in 2.2.1. If you have custom sub-project settings, the filter option "affect changed lines only" is not working correctly and removes all the files from the result. This issue will be fixed in the next release.

For now you can use the plugin without this option (all the issues satisfying severity and is new criteria will be posted to the changed files)

If this does not help, make sure that you have your project settings being set up correctly.

UPD: a new version of plugin with the fix was released



来源:https://stackoverflow.com/questions/49026039/sonar-gerrit-plugin-not-reporting-issues-in-gerrit

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!