| You are viewing documentation of TeamCity 6.5.x, which is not the most recent released version of TeamCity. Please refer to the listing to choose another version. |
Plugin ReloadingIf you make changes to a plugin, you will generally need to shut down the server, update the plugin, and start the server again. To enable TeamCity development mode, pass the "teamcity.development.mode=true" internal property. Using the option you will:
The following hints can help you eliminate the restart in the certain cases:
If you replace a deployed plugin .zip file with changed class files while TeamCity server is running, this can lead to NoClassDefFound errors.
Extending TeamCity: Developing TeamCity Plugins | Plugins Packaging |