RE: Specifying Jenkins startup parameters

2017-11-14 Thread David Aldrich
Ok, thanks Mark. David From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Mark Waite Sent: 14 November 2017 11:47 To: jenkinsci-users@googlegroups.com Subject: Re: Specifying Jenkins startup parameters I believe the safe restart does not execute

Re: Specifying Jenkins startup parameters

2017-11-14 Thread Mark Waite
m] *On Behalf Of *Mark Waite > *Sent:* 14 November 2017 01:47 > *To:* jenkinsci-users@googlegroups.com > *Subject:* Re: Specifying Jenkins startup parameters > > > > It depends on the context where you're running that server. Refer to > https://jenkins.io/download/ for th

RE: Specifying Jenkins startup parameters

2017-11-14 Thread David Aldrich
gain. Do you have any ideas why this is not working for me please? Best regards David From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Mark Waite Sent: 14 November 2017 01:47 To: jenkinsci-users@googlegroups.com Subject: Re: Specifying Jenkins start

Re: Specifying Jenkins startup parameters

2017-11-13 Thread Mark Waite
It depends on the context where you're running that server. Refer to https://jenkins.io/download/ for the current list of platform specific installers and the instructions to use them. If you're running on a Debian or Ubuntu server, you should be able to modify the command line arguments in

Specifying Jenkins startup parameters

2017-11-10 Thread David Aldrich
Hi We typically restart Jenkins using 'Restart Safely' from the root menu. We now want to specify the session timeout using a startup parameter: java -jar jenkins.war --sessionTimeout=10080 How do people typically specify startup parameters? Should I use a script and never restart from the