jenkinsci / azure-container-agents-plugin

Azure Container Agents Plugin for Jenkins
https://plugins.jenkins.io/azure-container-agents/
MIT License
19 stars 26 forks source link

Setting up DNS cause container keep failed to start #292

Open munir94 opened 1 month ago

munir94 commented 1 month ago

Jenkins and plugins versions report

I recently use this plugin and tried to deploy aci as jenkin slave, however i keep getting dns timeout due to behaviour of aci which does not inherit dns setting from vnet. When i configure a cloud in Jenkins to include the dns, the aci container keep failing and terminating.

What Operating System are you using (both controller, and any agents involved in the problem)?

Jenkins master is redhat, slave is using jenkins/inbound-agent from docker hub

Reproduction steps

1.set DNS of cloud configuration of jenkins

  1. Use that aci cloud as agent to run pipeline

Expected Results

Aci created, failing and terminate

Actual Results

Terminated

Anything else?

No response

Are you interested in contributing a fix?

No response