Each team city configuration has a default branch, but it can also have feature branches.
An example of this (using git flow) looks something like this.
- develop <- Default
- feature/some-new-feature
- feature/some-old-feature
To my knowledge, Build reactor only shows activity for the default branch.
What is the best way to display information for the dynamic feature branches? If it is not possible currently, is it possible to add such a feature into build reactor?
p.s. great extension, thanks!
TeamCity feature branches :
https://confluence.jetbrains.com/display/TCD8/Working+with+Feature+Branches
Go GD Feature branches:
https://www.go.cd/2015/04/27/Feature-Branch-Support/
Each team city configuration has a default branch, but it can also have feature branches.
An example of this (using git flow) looks something like this.
To my knowledge, Build reactor only shows activity for the default branch.
What is the best way to display information for the dynamic feature branches? If it is not possible currently, is it possible to add such a feature into build reactor?
p.s. great extension, thanks!
TeamCity feature branches :
https://confluence.jetbrains.com/display/TCD8/Working+with+Feature+Branches
Go GD Feature branches:
https://www.go.cd/2015/04/27/Feature-Branch-Support/