This plugin enables TeamCity to integrate with FogBugz using issue tracker API.
Supported TeamCity servers:
- TeamCity 9.1 (Java 1.7 and newer)
To install the plugin, put zip archive to plugins directory under TeamCity data directory.
Issue mvn package
command from the root project to build the plugin.
Resulting package will be placed in target directory.
The tc-sdk:start
goal will automatically download and run the TeamCity server
and install the plugin.
mvn package tc-sdk:start
TeamCity plugin goals documentation
Copyright (c) 2015 Jozef Izso under MIT License