 | New homepage The plug-in is being maintained by its owner/maintainers from a new home. The plug-in is still compatible with Hudson, however, the entry points for documentation and issue reporting have been combined in order to provide a single point of entry. |
Plugin Information
The objective is to aggregate archived artifacts from several jobs into a shared directory.
For each job, only archived artifacts of the last success build will be copied.
Project Configuration
The archived artifacts will be copied in the specified shared directory. For each job, the base directory is the archived directory. And you can use wildcards like 'module/dist/*/.zip'.
For the shared directory, you can use build timestamp variable ${BUILD_ID}. By default, this variable uses the pattern 'YYYY-MM-DD_hh-mm-ss'. You can change this format by providing your own pattern.

Comments (8)
Oct 09, 2009
Stéphane Bouchet says:
Hi, It seems the copy-archiver plugin needs a 1.6 JVM to run. is this right ? i...Hi,
It seems the copy-archiver plugin needs a 1.6 JVM to run. is this right ? i cannot find any informations about that.
Oct 13, 2009
Gregory Boissinot says:
This issue has been resolved with CopyArchiver 0.4This issue has been resolved with CopyArchiver 0.4
Mar 10, 2010
Tomer Gur says:
Is it possible to copy the build result to more than one shared directory?Is it possible to copy the build result to more than one shared directory?
Mar 11, 2010
Gregory Boissinot says:
This feature is currently not available. It has been reported in the issue HUDSO...This feature is currently not available. It has been reported in the issue HUDSON-5482.
In progress...
Mar 11, 2010
Tomer Gur says:
When do you think it will be available? I wonder if I should write ANT task or ...When do you think it will be available?
I wonder if I should write ANT task or wait for the new version
Jun 22, 2010
Kjell Tore Fossbakk says:
Hello. Will there be any extention to this plugin which allows to reach the Sha...Hello.
Will there be any extention to this plugin which allows to reach the Shared Directory through Hudson? (e.g. the same link as to artifacts for last successful build)
Jun 23, 2010
Gregory Boissinot says:
There is no this feature in the current version of plugin. However, it's a good ...There is no this feature in the current version of plugin. However, it's a good idea. Could you fill in a enhancement issue
Aug 19, 2010
Danny D'Amours says:
it seems that the plugin always copies artifacts to the master server. Is there...it seems that the plugin always copies artifacts to the master server.
Is there an option to make a copy to the current slave server?