Skip to content

Instantly share code, notes, and snippets.

@peteristhegreat
Created August 6, 2019 16:52
Show Gist options
  • Save peteristhegreat/6e7277b606fa5d434a897c546e8c0fe8 to your computer and use it in GitHub Desktop.
Save peteristhegreat/6e7277b606fa5d434a897c546e8c0fe8 to your computer and use it in GitHub Desktop.
TeamCity Configuration with git repo

A few gotchas that came up while configuring TeamCity

After adding a build configuration if you want the Changes tab to come up in the Run dialog, you have to run it once.

If you want to be able to select a branch name in the run dialog you have to give it a list of branches to watch under Branch specification such as +:refs/heads/release/* and then it should show it in addition to the default branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment