我试图在SonarQube 5.2版中定义perforce插件1.2版。 根据以下指示: http : sonar.perforce.port sonar.perforce.username sonar.perforce.password.secured我已经在sonar.properties文件中定义了以下参数: sonar.perforce.port sonar.perforce.username sonar.perforce.password.secured
我已重新启动声纳服务,并打开日志文件,看看我是否有错误 - 没有显示错误。
我定义SonarQube给我发邮件,以防我遇到问题。 直到现在,我没有办法查看邮件并查看谁插入导致问题的新代码。 唯一的方法是到邮件中的SonarQube链接,查找已更改的文件,然后打开perforce以查看最后一个人是谁更改了文件并向他发送邮件。 我希望perforce插件能够自动执行此操作,并且在我从SonarQube获得的邮件中,Perforce中的相关更改列表将会显示。
有谁知道插件是否支持这个? 如果不是,我可以用插件做什么? 它如何帮助我?
谢谢,伊丹。
i'm trying to define perforce plugin version 1.2 in SonarQube version 5.2. According to below instructions: http://docs.sonarqube.org/display/PLUG/Perforce+Plugin i have defined below parameters in sonar.properties file: sonar.perforce.port sonar.perforce.username sonar.perforce.password.secured
i have restarted the sonar service and open log file to see if i have errors - no error shown.
i defined SonarQube to send me mail in case in some project i have issues. till now, i didn't have way to look in the mail and see who insert the new code which cause the issue. only way to do it is to go to the SonarQube link in the mail, look for the files changed and then open perforce to see who is the last one changed the file and send him mail. i wanted that perforce plugin will automate this and in the mail i get from SonarQube, the relevant changelist in Perforce will shown.
Is anyone knows if the plugin support this? If no, what can i do with the plugin? how it can help me?
Thanks, Idan.
最满意答案
你是否像文件中提到的那样传递sonar.scm.provider=perforce 。 我也鼓励你使用Perforce插件的新鲜发布的版本1.3。
Do you pass sonar.scm.provider=perforce like mentioned in documentation. I also encourage you to use freshly released version 1.3 of the Perforce plugin.
更多推荐
发布评论