| The plugin is bundled with TeamCity 5.0 and later. If you installed the plugin manually, please remove it from .BuildServer/plugins when using TeamCity 5.0 and later. |
This page contains information for those who need to use the plugin with TeamCity
General Info
| Vendor | JetBrains |
| License | Apache 2.0 |
| Type | free, open-source |
Plugin Description
Adds Git support. The implementation is powered by JGit.
Plugin is described in the TeamCity documentation (Git (JetBrains)).
Plugin is open-sourced and can be used as an example of TeamCity VCS support implementation. See the links below.
Plugin Development Status
Stable, production quality.
TeamCity 4.5.x Versions
If you want to use Git with TeamCity 4.5.x, you can download the plugin directly from public TeamCity server: last build for TeamCity 4.5.
Then install it:
- Put jetbrains.git.zip into <TeamCity Data Directory>/plugins folder.
- Restart the server.
Documentation
For the details on configuring Git VCS Root and known issues description, please refer to TeamCity documentation.
Development links
Repository http://git.jetbrains.org/teamcity/git-plugin.git
Clone URL: git://git.jetbrains.org/teamcity/git-plugin.git
Snapshot of the sources is also available in the jetbrains.git-src.zip download package.
Builds for TeamCity 4.5, 5.x and 6.x at JetBrains public TeamCity instance.
Related Materials
Original tracker issue