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? /niklas
