Configuration - Check out branch based on content
We have a project that consists of multiple repositories. Based on the content of repository A (which is set up to trigger builds on changes) I need to check out a particular branch of repository B. How can I configure this?
Please sign in to leave a comment.
Hi Richard,
TeamCity will usually pull everything from the same branch to keep consistency. What you could do is simply create a first manual step that parses the contents of the first repository, and then manually pulls the content of the second. You can have them configured in the step, simply set the VCS Root to not check out automatically so that you can perform the task manually.