4

What the difference in configs ?

Project with Branches Tab:

Project with Branches Tab

Project without Branches Tab:

Project without Branches Tab

Anton Arsentyev
  • 371
  • 1
  • 7
  • 14

3 Answers3

1

If you only have one branch specified in the VCS config, you won't see a Branches tab.

bluescores
  • 4,437
  • 1
  • 20
  • 34
1

TeamCity doesn't show branches in a project in case it knows nothing about them, i.e. there are no builds/changes in the project since project have been created. So if there is an old project with builds, newly created one has no knowledge regarding those builds. Try running a build in a branch, it should help.

cyberskunk
  • 1,722
  • 20
  • 22
0

Try to add branch specification * in VCS Root settings and test connection to force Team City to fetch information about branches from git repository.

yaromir
  • 378
  • 7
  • 17