Re: Jenkins - Put build in Queue

2015-08-20 Thread mr
One of many possibilities would be: * Create Job 'reactToRestCall' which react on the REST call * Create Job 'enableReactToRestCall' which enables the job 'reactToRestCall' at 3 AM * Create Job 'disableReactToRestCall' which disables the job 'reactToRestCall' at 5 AM The jobs

Jenkins - Put build in Queue

2015-08-19 Thread Alex Brodov
I want to create the following flow: I have some program which is making a REST CALL to one of my builds, it could make it any time in a day, but i don't want this my jennkins build to be executed immediately, only in a specific interval of time E.G between 3-5 AM, but only if it has been