cloudbees-io/Register build artifacts
Registers artifact versions in CloudBees Unify for artifacts produced during a workflow run.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 20, 2026
- License
- MIT
Pinned Snippet
uses: cloudbees-io/register-build-artifacts@d54af603358f6ea6e6f9a0c86047d74fa9681df6 # v1.0.6tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| artifact-metadata | A JSON array of artifact metadata objects. Each object should contain the fields: - name - version - url - digest (optional) - labels (optional) - commit (optional) - repositoryUrl (optional) - ref (optional) - componentId (optional) - type (optional) | yes | — |
Outputs
| name | description |
|---|---|
| artifact-ids | The unique identifiers in JSON format of the artifacts when multiple are registered. |