TeamCity Plugin Development Help
 

Developing TeamCity Plugins

Edit page Last modified: 10 October 2023

TeamCity functionality can be significantly extended by custom plugins. TeamCity plugins are written in Java (any JVM-based language like Kotlin or Groovy can be used), run within the TeamCity application and have access to internal entities of the TeamCity server or agent.

Aside from this documentation, refer to the following sources:

If you need more information or have a question regarding the API, please do not hesitate to post your question into TeamCity Plugins forum. Use the search before posting to avoid possible duplication of discussions.

Consider making your plugin public and submit it to the TeamCity plugins repository.

Please refer to corresponding section for further details.