SonarQube Redmine Integration

纵饮孤独 提交于 2020-01-25 11:53:28

问题


Scenario is After Installing Plugin with SonarQube

Error is Missing parameter resource

While integrating Sonar with Redmine, At Project level, go to Administration -> Redmine Configuration Page is not loading, Instead of that am getting the above error message on browser.

I am using following versions, Maven 3.0.5 Redmine version 3.0.4.stable SonarQube 5.2

Regards, Jojan Paul


回答1:


This looks like a bug on the plugin. I have found a workaround until this is fixed. In your browser, you need to replace the url GET paramater 'id' by 'resource'.

So insterad of

http://{sonar_url}/redmine_configuration?id={project}

Replace 'id' with 'resource'

http://{sonar_url}/redmine_configuration?resource={project}


来源:https://stackoverflow.com/questions/34081055/sonarqube-redmine-integration

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