View deployments in runs

2 minute read

Access deployment information and artifact details for deployments executed by workflow runs. Use deployment data to track artifact versions, review deployment history, and manage artifacts across environments.

To collect artifact deployment data:

Access deployments from workflow runs

To navigate to deployment data for a specific workflow run:

  1. Select Up/down arrows, then select an organization.

  2. Select Runs from the left panel. The runs list displays workflow runs for the selected organization.

  3. Select the run name link for the workflow run you want to analyze. The run details page displays.

  4. Select the Deployments tab in the left panel. The deployments interface displays with artifact deployment history for the workflow run.

Review deployment history

The deployments interface provides comprehensive information about artifacts deployed by the workflow run. Use this information to track deployment progression and artifact management across environments.

Examine deployment information

The deployment history table displays:

  • Environment: Target environment where the artifact was deployed

  • Artifact: Name of the deployed artifact

  • Version: Specific version identifier for the artifact

  • Digest: Unique digest identifier for the artifact version

  • Published By: Workflow run that built or published the artifact

  • Deployment date: Timestamp when the deployment occurred

This information provides a complete audit trail for artifact deployments associated with the workflow run.

Understand deployment organization

Deployments are organized by workflow execution:

  • Each workflow run displays only its associated deployments

  • Multiple artifacts can be deployed by a single workflow run

  • Deployment data reflects the complete artifact lifecycle from build to deployment

Manage deployment artifacts

The deployments interface provides tools to work with artifact information and navigate related workflow data.

Copy artifact information

To copy artifact details for external use:

  1. Locate the artifact in the deployment history table.

  2. Select Copy next to the artifact digest. The artifact digest path copies to your clipboard for use in external tools or configuration.

Use copied artifact information for: * External deployment automation * Artifact verification processes * Integration with deployment management systems

To access the workflow that built or published an artifact:

  1. Locate the deployment entry in the history table.

  2. Select the workflow run name in the Published by column. The run details page displays for the workflow that created the artifact.

This navigation allows you to trace artifacts back to their source workflow execution and review build details.

Track artifact lifecycle

Use deployment information to monitor artifact progression:

  • Review artifact versions deployed across different environments

  • Track deployment timing and frequency

  • Verify artifact integrity using digest information

  • Monitor deployment patterns across workflow executions