Branch name doesn't work with %param%
It looks like branch name supposed to support build parameters, but it doesn't. I have defined parameter "branch" and put it to one of VCS's roots as %branch%. TC 6.5 17795 failed to translate it and just trying to use "%branch%" as-is (as a string) instead of value of "branch" property.
Please sign in to leave a comment.
Hi
Could you post a couple of screenshots - how the parameter is defined, and how is it used in the VCS root.
Thanks
Michael
as requested:
%branch% defined in Configuration Parameters via template. See the second screenshot
Attachment(s):
screenshot-20110531-13000.png
screenshot-20110531-12600.png
I cannot reproduce so far.
Could you post a build log please.
It's failing on mercurial update even before i run build. See attached screenshots
Attachment(s):
screenshot-20110601-55106.png
screenshot-20110601-55306.png
Please try to install TeamCity 6.5.1. We still can't reproduce your issue, but there were some changes in 6.5.1 related to parameters resolving.
6.5.1 seems to resolve this issue. At least, i can't reproduce it anymore
thx