Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [hudson-dev] Archive for Clone Workspace SCM

Took me a few moments to reconstruct this. The docs aren't quite right. Once you've archived whatever artifacts you chose with "Archive the artifacts" Post-build action - use Ant wildcard syntax to select the files to be archived - use a URL like this to fetch the entire archive to your remote machine, bundled into a single zip file.

<hudson-server>/job/<job-name>/lastSuccessfulBuild/artifact/*zip*/archive.zip




On Wed, Mar 27, 2013 at 2:53 PM, Bob Foster <bobfoster@xxxxxxxxx> wrote:
I don't see any. You're really not supposed to have to worry about it with this plugin, as it's designed to put the workspace archive in a known location where other jobs can pick it up using an SCM-like interface. It's not for communicating with the outside world.

Check out the standard "Archive the artifacts" capability in Post-build Actions. This will put the archive in a location that you can access via REST using a URL relative to your Hudson server. I will send you an example URL that worked for me when I get back to my work computer.

Bob


On Wed, Mar 27, 2013 at 2:20 PM, Nesre Karadag <nesrekaradag@xxxxxxxxxxxxx> wrote:
Hi Bob,

thanks for the reply. Is there a way to specify the destination to somewhere else?

thanks



From: bobfoster@xxxxxxxxx
Date: Wed, 27 Mar 2013 10:00:47 -0700
To: hudson-dev@xxxxxxxxxxx
Subject: Re: [hudson-dev] Archive for Clone Workspace SCM


It's stored in the build folder.


On Wed, Mar 27, 2013 at 8:30 AM, Nesre Karadag <nesrekaradag@xxxxxxxxxxxxx> wrote:


 

Hi,

 

I have recently installed “Archive for Clone Workspace SCM” plugin, in order to archive the workspace.

Does anyone know where this plugin copy the workspace zip file to? It does not give an option to specify a destination

path to copy.

 

Thanks

Nesre


_______________________________________________
hudson-dev mailing list
hudson-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/hudson-dev



_______________________________________________ hudson-dev mailing list hudson-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/hudson-dev

_______________________________________________
hudson-dev mailing list
hudson-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/hudson-dev




Back to the top