Christopher Petro
Christopher Petro
Thanks this also affects the `attribute` `jenkins_args`. Same problem as above
Here's a recipe and template in my wrapper cookbook to get around this.... can pass other supoprted env vars too (env vars is a `hash` attribute) ```ruby jenkins_env = node['jenkins_configuration_wrapper']['jenkins_env']...
Here's a shell script I used with packer (directly before `install_plugins`) to get around this issue. Note local Jenkins users are not used in final deployment. ```sh #!/bin/bash -x cd...
> It is very annoying that this is still unresolved. There is no specific guide on how to solve this and results in broken Chef runs. So any ideas how...
> Same problem here. > > It looks like Jenkins is ignoring the "runSetupWizard=false" flag. When opening the Jenkins instance in any browser, the Jenkins unlock screen is shown, which...