cloudbees-io-gha/Register deployed artifacts in Unify
Register artifact deployments to specific environments in CloudBees Unify
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| cloudbees-url | URL of CloudBees Unify API. | no | https://api.cloudbees.io |
| target-environment | The target environment where the artifact was deployed (e.g., production, staging, dev). | yes | — |
| labels | The list of labels for the deployment. | no | — |
| artifact-id | The ID of the artifact being deployed. Required when artifact-url is not provided. | no | — |
| artifact-url | The URL of the artifact being deployed. Required when artifact-id is not provided. | no | — |
| job-id | The ID of the job to associate the deployment with. | no | ${{ job.check_run_id }} |
Outputs
no outputs