Network ports for sonarqube

Hi,

I’m using Sonarqube 9.9.0.65466 Community edition which deployed by Docker.
I have a Sonarqube server behind Firewall and our Jenkins is behind another firewall.

However i can’t find any information about which ports do Sonarqube use for communication. I want to limit access with only this ports. When i tried to give just 9000 port, Jenkins can’t communicate and build failed with network error.

If you have any information about this subject thanks in advance.

Hi,

Welcome to the community!

Analysis communicates purely via HTTP. If you put a proxy in front of SonarQube to configure SSL, then that will of course be used.

 
HTH,
Ann