Adding a restart step to our Jenkins deployment script did the trick. The java option to disable the setup wizard is working as well. Thanks!
On Monday, May 2, 2016 at 6:44:18 PM UTC-4, Daniel Beck wrote: > > > > On 03.05.2016, at 00:15, Richard Bywater <[email protected] <javascript:>> > wrote: > > > > @Daniel - FYI I can't actually see a reply from you in this thread from > April 21st. 6th April seems to be the last email from you in the thread. > > I hate my email client :-( > > Set the system property jenkins.install.runSetupWizard to false to skip > both install and upgrade wizards -- this will not enable security options > either: > > java -Djenkins.install.runSetupWizard=false -jar jenkins.war > > > https://wiki.jenkins-ci.org/display/JENKINS/Features+controlled+by+system+properties > > > -- 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/c6ec4105-6ab4-4c05-82e4-976bd98df68e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
