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? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/b827e7c7-d56e-41af-9816-dbe76d7a4220%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
