- 9.5 community version
- try to analysis branch from bit bucket using bit bucket pipeline
- I am getting connection refused error while run pipeline which is configured with sonar host URL and sonar token.
I’ve installed sonarqube in my local system and it is accessible with localhost:9000.
I an curious that how to analysis report from bitbucket pipeline in my local sonarqube server
Hey there.
If you’re using a runner hosted by Bitbucket – you simply can’t. You would need to expose your SonarQube server to the internet and provide the correct URL to your bitbucket pipeline.
Hi Colin,
“You would need to expose your SonarQube server to the internet and provide the correct URL to your bitbucket pipeline”
Can you please explain what are all the things includes exposing the server?
Thanks,