All, any clues on how to do the following in the Build Parameter panel in teamcity 8.0.5?
property name : system.project_fullName
property value : %dep.$mybuildID$.system.project_fullName%
with $mybuildID$
being a property defined in the same Panel
property name : system.mybuildID
property value : BuildX
The reason I need to do this is that I have a dependency to create between multiple projects for two-step-style build projects. I don't want to manually edit each property I am trying to import from my BuildX project - I only want to have one variable to edit in each build configuration. How can I do that?