jenkinsci / openstack-cloud-plugin

Provision nodes from OpenStack on demand
https://plugins.jenkins.io/openstack-cloud
MIT License
47 stars 83 forks source link

Support accessing Cloud Agents via Gateway #345

Open gorky opened 2 years ago

gorky commented 2 years ago

What feature do you want to see added?

The scenario in question is that Jenkins is in one Datacenter on one network, and is creating build agents in a different datacenter on an internal network -- and the build agents are only accessible via a gateway. In SSH, there is a config file that specifies SSH Gateways as well as JumpHosts, but this plugin doesn't use that, or the OS supplied SSH module. It would be cool if we could specify one of:

Upstream changes

No response