TeamCity
 
You are viewing the documentation for an earlier version of TeamCity.

Eclipse Plugin

Last modified: 20 April 2023

Plugin Features



TeamCity integration with Eclipse provides the following features:

  • Remote Run and Pre-tested (delayed) commit for Subversion, Perforce and CVS.

  • monitoring the projects status in the IDE,

  • exploring changes introduced in the source code and comparing the local version with the latest version in the project repository,

  • navigating from build logs opened in Eclipse to files referenced in build log,

  • viewing failed tests of a particular build,

  • navigating to TeamCity web interface,

  • taking responsibility for the build failure,

  • viewing server-provided code coverage results run on TeamCity using IDEA or EMMA code coverage engine: "<Main Menu>/TeamCity/Code Coverage Data...",

  • comparing personal patch content with workspace resources,

  • assigning responsibility to other users from Eclipse plugin,

  • viewing compilation errors,

  • downloading patch to IDE from the TeamCity server,

  • shelving changes,

  • re-runing tests failed on the TeamCity agent locally,

  • support for P4Eclipse 2010.1 and Eclipse EGit 0.9.3.

Features new in TeamCity 6.0 are marked with .

Installing the Plugin



To install the TeamCity plugin for Eclipse:

  1. In the top right corner of the TeamCity web UI, click the arrow next to your username, and select My Settings&Tools.

  2. On the General tab locate the TeamCity Tools section.

  3. Under Eclipse plugin header, copy the update site link URL. For example, in Internet Explorer you can right-click the link and choose Copy shortcut on the context menu.

  4. In Eclipse, choose Help | Software Updates... on the main menu. The Software Updates and Addons dialog appears. Open the Available software tab.

  5. Click the Add Site... button.

  6. Enter the URL copied above (http://<your TeamCity Server address>/update/eclipse/) into the URL field of the new update site in Eclipse, and click OK.

  7. In the list of available updates check and select TeamCity Eclipse Plugin update.

    Eclipse software update dialog
  8. Click Install button and follow the installation instructions.

For detailed instructions on how to work with the plugin, refer to the TeamCity section of Eclipse's help system.