Run job if other job has succeeded within certain time frame

2015-07-31 Thread Porter Bassett
I want jobB to run if and only there has been a succesful build of jobA within the last 6 hours. I tried using the Build Result Trigger plugin, but when it does its polling, it appears to just look at the latest build. If jobA had a succesful build and then a failed build, I want jobB to run.

Re: Forcing another job to run immediately on same node

2015-07-20 Thread Porter Bassett
oglegroups.com [mailto: > jenkins...@googlegroups.com ] *On Behalf Of *Porter Bassett > *Sent:* 20 July 2015 15:39 > *To:* jenkins...@googlegroups.com > *Subject:* Forcing another job to run immediately on same node > > > > I am trying to break up a job into two smaller

Forcing another job to run immediately on same node

2015-07-20 Thread Porter Bassett
I am trying to break up a job into two smaller jobs, which I'll call jobA and jobB. I want jobB to run *immediately* after jobA, and on the same node, just like they did when they were the same job. I can use use the Parameterized Trigger plugin to make jobA trigger jobB on the same node. How