The Pipeline Execution tab of the dashboard provides an interactive view into the pipeline for a release. Select a snapshot in the left-hand pane to view and manage the execution in real-time. The snapshot pane lists all of the snapshots for the release, sorted by creation time, with the most recent on top, and provides the following information for each snapshot.
Field | Description |
---|---|
Snapshot Name | The generated name (using date & time) of the snapshot which is executing the pipeline. |
Status | The status of pipeline execution for the snapshot. Aborted - The snapshot execution in the pipeline was aborted by a user. Failed - The snapshot execution in the pipeline failed. Out of Date - The snapshot execution has been superseded by a newer snapshot. Rejected - The snapshot execution has been rejected (via an approval gate) by a user. Running - The snapshot execution is currently running gates or steps in the pipeline. Successful - The snapshot execution in the pipeline has successfully completed all stages. |
Start/End Time | The date and time of when:
|
Actions | A list of actions which can be executed against the currently executing gate or step in the current stage. Complete the current manual task |
The tab provides the execution related detail for the selected snapshot, and allows interactive management. Within the tab, the following information is a available.
- The name of the currently executing gate or step
- The current stage
- The duration for which the snapshot has been executing
- The status of the pipeline execution for the snapshot
See Pipeline Stage Execution for details on viewing and managing the details of a snapshot's execution within a stage.