customization vcs root
Answered
Colleagues, hello
I just recently started using teamcity
I have a question
i need to use two vcs root
and at startup, specify branch for each

Please sign in to leave a comment.
Hi! Did I understand you correctly, you want the build configuration to prompt the user for the branch upon starting the build. You can add the build configuration parameter named teamcity.build.branch and set the Display option to Prompt. When the user starts the build, a prompt will appear asking them to specify a branch name. Additional options are available in the parameter settings > Spec > Edit.
Related documentation:
https://www.jetbrains.com/help/teamcity/configuring-build-parameters.html
https://www.jetbrains.com/help/teamcity/predefined-build-parameters.html#Build+Branch+Parameters
Cheers,
Anatoly