Re: Is there a way to have a step in a pipeline wait until a specific time to start?

2016-09-06 Thread Baptiste Mathus
For the record, I did something like that in the past. We definitely need a higher level step to do that, and maybe there's already something available, but here's what worked for me for a given *hour* waitUntil { // Capillotracté, redo with, say, a sleep time computed between current and now

Re: Is there a way to have a step in a pipeline wait until a specific time to start?

2015-09-17 Thread Michael Neale
I wonder if you could use: https://wiki.jenkins-ci.org/display/JENKINS/Schedule+Build+Plugin with another job, that fires up and checks if it should run as a pre build step, and then runs (downide is that it will run, even if there isn't work to do from upstream, so perhaps there is a better

Is there a way to have a step in a pipeline wait until a specific time to start?

2015-09-16 Thread nfwlpw
Here's my dilemma. I have a job in my pipeline that sits off the main path, but they do depend on part of the main pipeline (parameters and artifacts). The team that owns this job is in a different timezone so they want the job to start at a time convenient for them. Is there a way I can