I was able to get around the issue by using the following setting in my cookbook which overrides the behavior of the executor helper / ensure_update_center_present method in the Jenkins community cookbook:
node.run_state[:jenkins_update_center_present] = true # ~FC001 https://github.com/chef-cookbooks/jenkins/blob/master/libraries/_helper.rb#L437 On Wednesday, April 20, 2016 at 4:44:35 PM UTC-5, krusolu wrote: > > When I try to add an agent to my master by using the Jenkins Chef > community cookbook, it attempts to access the internet. The master will > not have any access to the Internet, even through a proxy. How can I stop > this behavior? > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/ca60fbe9-1730-45de-acaf-5cd222d0634a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
