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 'enableReactToRestC
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 trigg