> That was my initial idea too. But the problem is that these are trunk builds > with deep dependencies so they change very frequently. Most likely if I > rerun my tests 30 minutes later then I will recieve a new build because one > of the many in-house libraries has changed. We also work within a large team > where developers are frequently changing code so the version keeps updating.
Eventually you're going to have to pay the price for having development and builds happen in one area of the world and testing happen in another with a too-small Internet pipe connecting them. Sounds like you need a local CI server + local Nexus slave + "mvn verify" job that runs every 10 or 15 minutes. The downloads will merely consume CPU time on your CI server rather than wasting your time. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
