When connecting Jenkins master and Jenkins agent by means of JNLP, and having a firewall in between, which port(s) do I have to declare in the firewall to be kept open?
For Jenkins master:
- 443 (the Jenkins master is available via https)
- 9999 (fixed configured in my Jenkins master in 'TCP port for JNLP agents')
For Jenkins agent:
Which port has to be open for Jenkins master to be able to access Jenkins agent?