On Wed, Nov 24, 2010 at 1:02 PM, sebb <seb...@gmail.com> wrote: > Actually, the URL was different elsewhere as well: > > [1] http://hudson.zones.apache.org/hudson/job/JMeter-trunk/ws/trunk/dist/ > as against > [2] > https://hudson.apache.org/hudson/job/JMeter-trunk/lastSuccessfulBuild/artifact/trunk/dist/ > > [1] converts to > https://hudson.apache.org/hudson/job/JMeter-trunk/ws/trunk/dist/ > > which is about 10x slower than [2].
I think (will confirm later) that 1 will retrieve the file from a slave (via master, over Hudson remoting) while 2 will retrive it from the Hudson archive (on master). /niklas