TeamCity server-side plugin
This is an empty project to develop TeamCity plugin that operates on server-side only.
-
Implement Put your implementing classes to "-server" module. Do not forget to update spring context file in 'main/resources/META-INF'. See TeamCity documentation for details.
-
teamcity-ci-plugin-build Issue 'mvn package' command from the root project to teamcity-ci-plugin-build your plugin. Resulting package .zip will be placed in 'target' directory.
-
Install To install the plugin, put zip archive to 'plugins' dir under TeamCity data directory and restart the server.