This Question is Assumed Answered

1 "correct" answer available (4 pts) 2 "helpful" answers available (2 pts)
1 Replies Last post: Feb 5, 2010 7:49 AM by Pavel Sher  
Anna Lear Newbie 2 posts since
Feb 5, 2010
Currently Being Moderated

Feb 5, 2010 1:25 AM

How to retrieve dependent artifacts without their folder structure

I have a build that produces artifacts for 3 projects, one folder per project. So, the published artifact folder structure is, say, A\*.dll, B\*.dll, C\*.dll.

 

I have another build that depends on it and wants to just retrieve artifacts from project A. I set up the dependency as "A\*.* => ." but that results in the "A" folder being copied over rather than just its contents. Is there a way to retrieve just the contents of the folder into the checkout dir of my second build?

 

Thanks.

Pavel Sher JetBrains 2,081 posts since
Mar 6, 2008
Currently Being Moderated
Feb 5, 2010 7:49 AM in response to: Anna Lear
Re: How to retrieve dependent artifacts without their folder structure

It's a known issue, which we plan to address soon. For the moment, there is no easy workaround. Probably artifacts could be published using slightly different directories layout, or before main part of the build starts some script can somehow prepare downloaded artifacts.

More Like This

  • Retrieving data ...