Azure / jenkins

Templates and scripts to help you run Jenkins on Azure
Creative Commons Attribution 4.0 International
48 stars 53 forks source link

Jenkins with private IP only #10

Closed rajcheval closed 6 years ago

rajcheval commented 6 years ago

Is it possible to deploy Jenkins with no public IP? How will JNLP ACI slave connect with Jenkins Master? Perhaps we will have to use Jenkins to connect with ACI slaves with SSH.

It will be great to publish guidance to deploy Jenkins in private subnet and still leverage ACI slaves.

Thanks

chenkennt commented 6 years ago

@rajcheval yes it's possible to deploy Jenkins with no public IP. After you deployed Jenkins, you can simply remove the public IP from the VM. Since the Jenkins doesn't have a public IP, you need to make sure one of the following when creating Jenkins agents:

For ACI, you can use the latter way since ACI container has a public IP.

puicchan commented 6 years ago

Closing this because of inactivity. Feel free to reopen if necessary.