Hi Guys, I am trying to setup Jenkins using the chef recipe at https://supermarket.chef.io/cookbooks/jenkins.
I would like to provision jenkins plugins using the CLI but have run into a bootstrapping issue. Seems the default installation uses a strict config.xml that requires <useSecurity>true</useSecurity>. This means I cannot use the CLI to install plugins during provisioning because I cannot do so as anonymous user. I tried updating the config.xml file to have: <useSecurity>false</useSecurity> But it seems that upon "service jenkins restart" my config.xml file gets reverted to its original value. Any suggestions on how top work around this? -- 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/99f11d26-b9c2-466a-b7cb-655705b7e8dd%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
