I\'m trying to set up our build process in hudson.
Job 1 will be a super fast (hopefully) continuous integration build job that will be built frequently.
Job
I agree that the current copy files/artifact/workspace between jobs manually is less than elegant.
Also, I found it wasteful space/timewise to have to archive huge tgz/zip files.. In our case, these files were huge (1.5G) and took a long time to pack/archive/fingerprint/unpack.
So I settled with a slightly optimised variant of the same:
git ls-files -oz, not sure about others SCMs