Redirecting Artifact Dependencies
Hello,
I'm using TeamCity Enterprise 4.0.2 (build 8222).
I'm having trouble configuing artifact dependencies to do exactly what I need it to do.
I have two build configurations, one called Part, the other called Whole. Whole depends on Part's artifacts.
Part's artifact structure is the following:
<artifacts root>
DLLs
folder1
1.dll
folder2
2.dll
Logs
log1.txt
log2.txt
everything.zip
Now, Whole only needs the content of DLLs folder, not Logs, not everything.zip, and not the actual DLLs folder but just the content.
On "Artifact Dependencies" tab, how should "Artifact paths" field read?
Right now, I have it as "DLLs/**", but that ends up creating DLLs folder in Whole's work directory instead of taking just the content of it.
Any ideas? I hope this makes sense.
Thanks for your help in advance.
Please sign in to leave a comment.
Hello Calvin,
Try using
DLL/** => .
pattern.
Hope this helps,
KIR
KIR,
That pattern works on "1 General Settings" > "Artifact paths", but not on "5 Dependencies" > "Artifacts paths".
Maybe this is something that should be supported in the future?
Unless someone can tell me that I'm doing it wrong...
Thansk,
Calvin
Has a solution to this problem been found yet? I am also interested in doing this.