Wednesday, September 2, 2009

How to easily download artifacts from Hudson

You can download all the files from the last successful build in one big zip folder by adding the following string after the jobname:
/lastSuccessfulBuild/artifact/*zip*/archive.zip

So if the job is "x" and located here:
http://washbuild:8080/job/x

then you can download all the artifacts at
http://washbuild:8080/job/x/lastSuccessfulBuild/artifact/*zip*/archive.zip

No comments: