Using sonarqube with github repos

Hi,

I am using sonarqube with jenkins and my source code is managed using github. The setup is working, but no analysis report is stored on sonarqube server.

Turns out github only allows analysis.mode=preview/issues, so I can’t publish my results to sonarqube server.

So, if I can’t publish my results, can I skip sonar.login and sonar.password?
If I skip these, the build fails saying that it is not authorized. Why does it need authorization to sonar servers if it is not going to store anything there?

Hello there!

Sorry for me being dense but I don’t really understand the issue, could you please explain it a little more in detail, maybe a build url with this issue would be helpful so I can check your log.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.