Info |
---|
The plugin is bundled since TeamCity 5.0. See the usage details in the current documentation version. |
On this page:
Table of Contents |
---|
General Info
Vendor | JetBrains |
License | |
Type | free, open-source |
...
Exposes the TeamCity API via REST.
Info |
---|
The plugin is bundled since TeamCity 5.0 |
Usage
Details of the API usage are described at the version-specific pages:
- for TeamCity for TeamCity 10.x and TeamCity 2017.x
- for TeamCity 9.x
- for TeamCity 8.x
- for TeamCity versions 5.0 - 7.x
...
You can get details on errors and REST request processing in logs\teamcity-rest.log
server log.
Please turn on debug logging (e.g. set Logging Preset to "debug-rest" on Administration/Diagnostics page or modify Log4J "jetbrains.buildServer.server.rest" category) to get details about each processed request.
Development links
If you need to extend the plugin with your functionality, you can base your plugin on the current REST API plugin code, but make sure that your plugin does not interfere with the bundled REST plugin. To achieve this, change the teamcity-plugin.xml
file to have a different plugin name and a different value for the "api.path" parameter. Once this is done, your patched plugin and the original REST api plugin can work in the single TeamCity installation.
...