TeamCity integration (Standard Window only)

SmartGit will display JetBrains TeamCity build results in the My History view of the Standard Window, if configured.

Configuration

The integration is configured in the repository’s .git/config, using smartgit.teamcity.-keys:

  • url: the root URL of your TeamCity server
  • project: the TeamCity project name for your Git repository
  • buildConfigurations: a comma-separated list of TeamCity build configuration names which should be queried

Example

[smartgit "teamcity"]
  url = https://server:8443
  project = SmartGit
  buildConfigurations = tests,tests-gitimpl,tests-jgit