On 18 October 2010 23:15, Zac Thompson <z...@zac.ca> wrote:
> On Fri, Oct 15, 2010 at 6:34 AM, Stephen Connolly
> <stephen.alan.conno...@gmail.com> wrote:
>> I just set up a big fat aggrigator for each of the "test everything
>> together" projects that I want to run CI over. I use svn:externals to
>> check everything out and then two maven builders, first to update the
>> aggregator and all child modules to link them together and the second
>> to run "verify".  That way I never pollute the local repo... and these
>> types of build run less frequently (hourly), so the slower build is
>> less of an issue.
>>
>
> Thanks for this bit, Stephen; I've been considering doing exactly this
> for a little while, so it's good to know you've already proven it can
> work well in practice.  I think nightly is good enough in my case.  I
> haven't tried using externals with Hudson yet, so I'm curious: does
> your hourly build always run whether there have been changes or not,
> or are you getting Hudson to check for updates first?

I set it as downstream of each module's job so that if the
svn:externals build correctly, then we trigger a build of the latest
integration uber-build

>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to