Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

A Snapshot is a collection of build versions (project or package versions) of release content which are sent through the pipeline for execution.  As a release progresses, newer versions of projects are assembled to create new snapshots.  A release may consist of dozens, hundreds or even thousands of snapshots over its lifetime, depending on the release's size and duration.  There are several ways in which snapshots can be created.

  • By a release manager by explicitly identifying the versions of the projects/packages in the release.  See Creating a Snapshot.

  • By associating a project/package build to the release.  As such, once the build completes, the new project version is overlaid on top of the most recent release snapshot to produce a new snapshot.

  • By promoting an existing build to a release.  In this case, a new snapshot is created with the selected project version overlaid.

  • By using Promote to Release step in another release.

  • Using a Project Triggers trigger (Webhook, Poll SCM, or Scheduled Build Trigger) to automatically associate the new build with the release.

  • Using the REST API to submit a build request, and associate it to the release.

Tip

All snapshots which reach Completedstatus are sent to the pipeline for execution, and marked Initiated.  Only one snapshot per release can be created (Pending) at a time.  However, many snapshots can be executing the pipeline for the same release in parallel.

To view the list of snapshots for the release, click on the Execution tab.

...

Column

Description

Status

The current status of the snapshot:

(blue star) Completed - The snapshot was successfully assembled, but has not yet been sent to pipeline for execution.

(blue star) Failed - The snapshot failed to be assembled (which could mean the underlying build failed).

(blue star) Initiated - The snapshot has been sent to the pipeline for execution.

(blue star) Pending - The snapshot is in the process of being assembled and set to the pipeline for execution.

(blue star) Aborted - The snapshot was aborted by a user.

Note

Initiated is the final status of a snapshot, and its execution in the pipeline is tracked through execution in the dashboard.

Only one snapshot for a release is allowed to be Pending at a time.  If there is already a pending snapshot, you will see the following warning, and you must wait for it to be completed, failed, or aborted to create another one.

Snapshot Name

The generated snapshot name based on the Snapshot Name in Release Settings

Description

The description which was given when the snapshot was created.

<Stages>

The remaining columns represent the execution detail of the snapshot in the pipeline.  For each stage of the pipeline, an icon represents its execution status.  If no icon is displayed, the execution has not yet reached that stage.

(blue star) Successful - The snapshot execution in the pipeline stage has successfully completed.

(blue star) Aborted - The snapshot execution in the pipeline stage was aborted by a user.

(blue star) Failed - The snapshot execution in the pipeline stage failed.

(blue star) Running Gates - The snapshot execution is currently running gates in the pipeline stage.

(blue star) Gates Failed - The snapshot failed one of the gate conditions.

(blue star) Gates Complete - The snapshot has completed the gates, but is not running steps yet (e.g. another snapshot is running steps in that stage).

(blue star) Running Steps - The snapshot execution is currently running steps in the pipeline stage.

(blue star) Out of Date - The snapshot execution has been superseded by a newer snapshot.

(blue star) Rejected -  The snapshot execution has been rejected (via an approval gate) by a user.

Created On

The date & time on which the snapshot was created.

Created By

The user who created the snapshot.  The id will be a system id if the snapshot was created due to a project build associated to the release.

...