I want to connect one server as a Jenkins agent/node, but ports like SSH port(22), and JNLP port cannot be opened due to security reasons. So is there any other way to connect agents?
Like, if we create an URL that has JenkinsMasterIP:Port and connect with it. URL can be created, and there is communication happening with Jenkins URL from the agent.