On Sat, Nov 27, 2010 at 12:09 PM, Niklas Gustavsson <nik...@protocol7.com> wrote: > On Sat, Nov 27, 2010 at 9:51 AM, ant elder <antel...@apache.org> wrote: >> I'm not sure what the implications are for not >> archiving, does any one know more about it? > > Seems like repository deploy will run from the archived artifacts: > https://hudson.apache.org/hudson/job/Tuscany-2x/972/console > > /niklas >
Mmm it looks like the Hudson deploys need the archived artifacts but deploying from the Maven build (eg mvn clean deploy instead of mvn clean install) works ok: https://hudson.apache.org/hudson/job/Tuscany-test/5/console and that seems much faster than having Hudson doing archiving and deploy. But its still an issue how to then only do it for successful builds like Uwe commented. I'm playing around with having multiple Hudson jobs with the one doing the deploy only kicked off when a previous job running tests has completed ok, and for big builds like Tuscany that might still be faster than having Hudson doing archiving. ...ant