TeamCity Build Configuration - Dropdown list of repository folders
Scenario : There are 100 folders in a project repository, each folder referring to an API.
Each API deployment should be isolated. It should not affect the other API's.
Instead of building 100 build configuration each referring to the appropriate repository folder, Is it possible to list down all folders in a repository using TeamCity Build Configuration ?
So that One Build configuration can give the option of choosing an API from the drop down and create builds for the one chosen.
Please sign in to leave a comment.
Was able to achieve this using configuration parameters.
Please suggest if there is a better option to do this one.