Hi For our large C++ project, hosted in Subversion, we have a Jenkins job that continuously builds the project on a Linux slave. We also have jobs that periodically run regression tests on it (these tests are long and we don't want to run them on every commit).
Currently, the regression tests build their own local copy of the executable and then run tests using that copy. It would be more efficient to pick-up the latest build from the continuous build. How would I arrange for the regression test jobs to pick up the latest build from the continuous build job? Note that, given that I don't want the regression tests to run after every build, I guess I can't specify the regression tests as downstream jobs. Any advice would be appreciated. Best regards David -- 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 jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.