Is it possible to force Build Queue delay?
Is it possible to force Build Queue delay to a specific time of the day?
For example, I trigger the build at any time of the day but it starts executing steps only at one a specific time.
Please sign in to leave a comment.
Hi Lauris,
This exact behavior isn't currently possible, I'm afraid, although we provide by default a very similar approach. The Scheduled trigger (https://confluence.jetbrains.com/display/TCD18/Configuring+Schedule+Triggers) allows you to program builds for specific times. It's expected they would repeat each time, but if it's just a one-of, you can always remove it later.
Alternatively, you could use any system in a machine to run custom tasks at specific times (such as cron), and you could set it to run a build via the REST API.
Would that work for you?