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: |
-
For CloudBees Unify workflows, ensure your workflow contains either the Register a build artifact or Register an artifact deployed to an environment action.
-
For GitHub Actions, add the action to register a build artifact and the action to register a deployed artifact to your workflow.
-
For integrated CI or Jenkins Multibranch Pipelines, configure your Jenkinsfile to add an artifact registration step and a deployed artifact registration step.
Access deployments from workflow runs
To navigate to deployment data for a specific workflow run:
-
Select
, then select an organization. -
Select Runs from the left panel. The runs list displays workflow runs for the selected organization.
-
Select the run name link for the workflow run you want to analyze. The run details page displays.
-
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.
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:
-
Locate the artifact in the deployment history table.
-
Select
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
Navigate to related workflow runs
To access the workflow that built or published an artifact:
-
Locate the deployment entry in the history table.
-
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.