2 ways to archive the artifacts in Hudson

I "discovered" 2 ways to archive the artifacts in Hudson:

 

1. If you need to publish specific files - use wildcards like 'module/target/**/*.zip'

In the file system the artifacts will be copied with the full path starting from the workspace folder, but in the GUI you will see your files only.

 

2. If you need to publish a directory structure - use use wildcards like 'mypublish/**/*'

You will see the full mypublish folder in the GUI with the ability to enter into its sub directories