How to skip fancy startup for jenkins 2.6 on first start?
42 views
Skip to first unread message
Brian McQueen
unread,
May 19, 2016, 9:17:56 PM5/19/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Developers
I'd like to be able to startup without going through the credential and the plugin selection steps. How can I disable that? Is there some a command line option to skip the initialization procedure?
Daniel Beck
unread,
May 19, 2016, 9:26:52 PM5/19/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jenkin...@googlegroups.com
> On 20.05.2016, at 03:17, Brian McQueen <mcquee...@gmail.com> wrote:
>
> I'd like to be able to startup without going through the credential and the plugin selection steps. How can I disable that? Is there some a command line option to skip the initialization procedure?
You should not ask questions like this on the developers' mailing list, as it's not about Jenkins development.
Brian McQueen
unread,
May 19, 2016, 10:55:32 PM5/19/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Developers, m...@beckweb.net
I thought this would be of interest and even common knowledge here. I'm doing dev and I need this, since I have to effectively test without that wizard blocking me.
Here's how to do it:
-Djenkins.install.runSetupWizard=false
Jesse Glick
unread,
May 20, 2016, 7:13:32 AM5/20/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Dev
`mvn hpi:run` (from a plugin) or `mvn hudson-dev:run` (from core) are supposed to suppress the startup wizard automatically. If not, it is a bug we want to fix ASAP.