Found a solution for this issue. In previous releases, I had set this flag via JENKINS_JAVA_OPTIONS in /etc/default/jenkins. If I move that same flag from JENKINS_JAVA_OPTIONS to JAVA_ARGS in /etc/default/jenkins, it works as expected.
On Wednesday, October 26, 2016 at 11:56:29 AM UTC-4, Mike Albert wrote: > > Setting Djenkins.install.runSetupWizard=false doesn't seem to be working > correctly for me with more recent Jenkins releases. Setting that flag for > Jenkins 2.1 works fine, but that same flag doesn't work with the latest > release (2.27) or stable release (2.7.4). Is there a different flag that I > should be setting? > > On Tuesday, May 3, 2016 at 11:44:13 AM UTC-4, Mike Albert wrote: >> >> 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]> 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/fb2cce57-e769-416d-bba3-888d738a6592%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
