jenkinsci / hetzner-cloud-plugin

Hetzner cloud integration for Jenkins
https://plugins.jenkins.io/hetzner-cloud/
Apache License 2.0
24 stars 8 forks source link

Connect to a Public IP instead of Private IP #14

Closed phaniops closed 2 years ago

phaniops commented 2 years ago

What feature do you want to see added?

I have my Jenkins master on AWS. It is able to launch slave on Hetzner but unable to connect as it tried to connect with Hetzner Private IP.

Any Solution?

Upstream changes

No response

rkosegi commented 2 years ago

By default, there is no private IP in Hetzner cloud, unless you explicitly configure private network.

See this for more details https://github.com/jenkinsci/hetzner-cloud-plugin/issues/7

I you wish to use public IP, then don't configure private network

phaniops commented 2 years ago

Thank you very much. That worked