cloudbees-io/Get Artifact Details
Get artifact version details.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 6, 2026
- License
- MIT
Pinned Snippet
uses: cloudbees-io/get-artifact-details@5a3ab8e34ab649c90e445bdea6ab79e0fe821e5d # v1.0.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| artifact-id | The unique identifier of the artifact ID output from CloudBees platform. | yes | — |
Outputs
| name | description |
|---|---|
| name | The name of the artifact reported to CloudBees platform. |
| version | The version of the artifact reported to CloudBees platform. |
| url | The URL where the artifact version is located. For example, "docker.io/myapp/myimg:1.0.0". |
| digest | The hash or checksum that uniquely identifies the artifact version. |