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. But the Build Result Trigger plugin just sees the most recent failed build and does not trigger jobB.
Is there a good way to get Jenkins what I described?