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

Viewing Changes

Last modified: 20 April 2023

TeamCity suggests several ways to view Basic Concepts. My Changes page shows the list of builds that contain changes, committed by the current user and already included in builds. Pending changes are accessible from the Project page, build configuration page, or build results page. Viewing changes involves the following possibilities:

To view changes included in a build:

  1. In the Project page, select the project and build configuration you are interested in.

  2. Click plus sign to show builds of this configuration, and select the desired build.

  3. Do one of the following:

  • Click Changes link to open the build results page.

  • Click down-arrow to the right of the Changes link to show the list of changes in a popup.

To view pending changes:

  1. In the Project page, select the project and build configuration you are interested in.

  2. Do one of the following:

  • Click Pending link to open the build results page.

  • Click down-arrow to the right of the Pending link to show the list of changes in a popup.

To navigate to a related issue in bug tracking system:

  1. In the popup list of changes, select a change that has a related bug tracking issue.

  2. Click the link to open the issue in a new window.

    Issue

    To navigate to source code:

  3. In the popup list of changes, select the change you are interested in.

  4. Open the list of changed files, in one of the following ways

    • Click (n files) link to open the list of changed files in a new window.

    • Click down-arrow to the right of the link to show the list of changed files in a popup.

  5. Click the desired file link to open it in a differences viewer.

  6. Click the arrow link to the right to open selected file in the active IDE.

    View changes