We have a (git) codebase, and a jenkins job. Part of the job is a biiiig testsuite, that takes a long time.
..
But - I don't really need proj-test to run for every proj-build build - I'd rather say "build proj-test every 4 hours, IFF proj-build has had a successful build since then." - effectively a kind of 'build pipeline delayer' trigger.I could totally decouple the two entirely, but we use (and like) the 'pipelined' view of jobs..
On Nov 30, 9:05 pm, Gergely Nagy <gsz...@gmail.com> wrote: