On 21 October 2010 06:06, Niklas Gustavsson <[email protected]> wrote: > On Thu, Oct 21, 2010 at 2:50 AM, sebb <[email protected]> wrote: >> Is it possible to publish the output of an Ant build from any of the build >> bots? >> These would be "nightly" builds for use by developers. > > Hudson has an option for "Archive the artifacts" which will publish > the output of the build, see for example: > https://hudson.apache.org/hudson/job/Ant_Nightly/lastSuccessfulBuild/artifact/ > > Not sure if this is what you want?
Thanks, I'd not considered that. I'd assumed that the builds would have to be pushed somewhere else, but I guess that's not essential. Currently the nightly builds are made available from people.a.o/builds, but it would be easy enough to point to Hudson instead (or as well). I'll give it a try
