Display one build per variation on configuration
Answered
Under each Configuration, TeamCity displays one line per VCS branch in the main project screen
I run the same Configuration with different parameter values, A and B.
I want one line to appear for A and one line to appear for B, as if these were different VCS branches. How can I do that without cloning the Configuration?
Each line would be labeled not only by the branch (dev in this example), but also with the parameter value, A or B
Please sign in to leave a comment.
Hello Joshua,
No, it's not possible to customize TeamCity overview page that way. The recommended approach is to create several build configurations based on template.
OK, thanks