Hello,
I'm trying to setup Bitbucket Pipelines + SonarQube.
Bitbucket Pipelines + SonarQube on premises works fine, but Bitbucket Pipelines + SonarQube doesn't.
On AWS we've allowlisted all IPs from this list — https://support.atlassian.com/bitbucket-cloud/docs/what-are-the-bitbucket-cloud-ip-addresses-i-should-use-to-configure-my-corporate-firewall/, but still have "ERROR: SonarQube server [$SONAR_HOST_URL] can not be reached".
What can be wrong and how to fix it?
Hi @Yaroslav Minieiev ,
Verify Environment Variables:
$SONAR_HOST_URL
environment variable is set correctly in your Bitbucket Pipelines configuration.Verify Network Configuration:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.