You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Before reading this page, it is highly recommended you read the builds page.


What is the Build Details Page?

The build details page is an overview of a specific build. This page gives you quick access to important build information.

Build Details Page Sections

Details

The details section lists the following useful information regarding the build:

  • Started By: If this build was started by a trigger then this property will show which trigger executed the build. If the build was manually started then the user's name is shown.
  • Started: How long ago the build was started.
  • Queue Duration: How long the build sat on the queue during execution.
  • Build Duration: The total time this build took to finish the build.
  • Finished: How long ago the build finished.
  • Version: The version number of the build.

Unit Tests

The Unit Tests section gives you a quick overview of how many unit tests passed or failed in the build. Check out the Unit Tests page for more information.

Clicking on a set of unit tests will take you to that list of unit tests. For example, if you click on the number of failed tests, you will be taken to the unit test build page and you will see all the failed tests.

Code Changes

The Code Changes section provides basic information on any code changes that were associated with this build. This section only shows who made the checkin, which repository the changeset is attached to and the checkin comment. A more detailed code changes report can be found on the Changes page.

Tags

The tags section allows users to 'tag' a build. By tagging a build you can group builds together into categories. A full description of tags can be found in the Builds page.

Note that the Tags section will not be shown until the build has finished.

Pinning Builds

A pinned build denotes a build to be a special build. Note that pinned builds will not be cleaned up by Cleanup Policies. A full description of pins can be found in the Builds page.

Note that the Pinning section will not be shown until the build has finished.

Comments

The comments section allows users to associate additional information to a specific build. Only the latest 6 comments will be shown in this section (A full list of comments can be found in the comments build page).  A full description of comments can be found in the Comments page.

  • No labels