On Tue, May 7, 2013 at 8:42 AM, Mark Caswell <mark.caswel...@gmail.com> wrote:
> Hello.
>
> We have a requirement to pause builds overnight while cloned copies of
> databases are updated and allow of infrastructure jobs to be completed.
> Downtime would be around an hour.
> What would be the easiest way to do this ? Currently running Jenkins 1.475
> on a Rhel 5 server with a number of slave nodes and no control on when
> developers schedule their builds/tests....

Look at your jenkins/api/? page.  At the bottom it will show the links
where you can post to put jenkins in 'quiet down' mode (not starting
new jobs) and to cancel that.  You can use curl or wget in a cron job
to poke those at appropriate times without breaking jobs already
started or worrying about individual job scheduling.

--
   Les Mikesell
     lesmikes...@gmail.com

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to