Book Image

Learning Continuous Integration with TeamCity

Book Image

Learning Continuous Integration with TeamCity

Overview of this book

Table of Contents (19 chapters)
Learning Continuous Integration with TeamCity
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Installing TeamCity plugins


TeamCity has a plethora of plugins that can be used to extend and simplify the way TeamCity works. Many of the functionalities/features of TeamCity that come out of the box are in fact plugins that are bundled with TeamCity. These bundled plugins begin their life as external plugins that have to be installed, and then became bundled due to their usage and usefulness.

Tip

Most of the plugins available for TeamCity are listed at http://confluence.jetbrains.com/display/TW/TeamCity+Plugins.

The list of bundled plugins in a TeamCity server can be seen from Administration | Plugins List as shown in the following screenshot:

The general steps involved in installing a plugin to TeamCity are:

  1. Stop the TeamCity server.

  2. Copy the zipped plugin to <TeamCity Data Directory>/plugins (TeamCity Data Directory is the directory where the TeamCity server's data is installed as mentioned in Chapter 2, Installation).

  3. Start the TeamCity server. TeamCity will decompress the plugin and...