-
Type:
Suggestion
-
Resolution: Won't Fix
-
None
-
Component/s: Artifacts
-
None
-
0
Currently, the artifact copier plugin in Bamboo doesn't do a recursive copy of subfolders given a target directory.
It would be useful if entire directory including the child directories could be copied as artifacts in a build
Originally a forum issue http://forums.atlassian.com/thread.jspa?threadID=18944&tstart=0.
I've built a mega-project using svn:externals to include several
independent projects. Each project has a 'target' directory that I want
to expose as a Build Artifact. I triedLabel: target
Source Directory: **/target
Copy Pattern: /.hoping that the '**/target' would collect them all. It didn't.
Is there a way to do this, or do i need to specify all the
individual <subproject>/target folders as separate artifacts?