Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] Copying build artifacts to download directory

So far, I don't think there is any "official" way to do that. Some people use the "copy artifacts" plugin, others use "promoted build" plugin while others also use some simple bash script as a build step to copy over artifacts to the download area. I can provide help with all of these methods if you want. 

In all cases, your HIPP only has access to the /home/data/httpd/download.eclipse.org/andmore folder. The structure inside this folder is up to you. A common pattern is to create an "update" subfolder with several subfolders, e.g. "nigthly" and "releases". Again, there is no constraint on it.

Mikael

> Le 21 mars 2015 à 22:36, David Carver <d_a_carver@xxxxxxxxx> a écrit :
> 
> I did some searching but didn't see where the information is on the wiki (if it is).  I'd like to automatically copy my p2 repos from my nightly/ci builds to the downloads directory after the build finishes.  I was thinking of using the Copy Artifacts plugin for this, but is there something special I need to setup and where does the destination directory exist?   I'll eventually want to do this for release/milestone artifacts as well.
> 
> Dave
> 
> _______________________________________________
> cbi-dev mailing list
> cbi-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/cbi-dev



Back to the top