| file-path | Local File Path | yes | — |
| bucket-name | bucket name | yes | — |
| s3-path | s3 path containing object | yes | — |
| send-artifact-info | Send artifact information flag | yes | false |
| artifact-name | Name of the artifact | no | — |
| artifact-version | Version of the artifact | no | — |
| commit | The commit ID from the source repository, used when registering the build artifact in CloudBees platform.
| no | ${{ cloudbees.scm.sha }} |
| repository-url | The clone URL of the source repository, used when registering the build artifact in CloudBees platform.
| no | ${{ cloudbees.scm.repositoryUrl }} |
| ref | The ref or branch of the source repository, used when registering the build artifact in CloudBees platform.
| no | ${{ cloudbees.scm.ref }} |
| component-id | The ID of the component associated with the artifact. If not provided, the artifact is registered with the component of the current workflow run.
| — | ${{ cloudbees.component.id }} |