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.
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
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