buildstash/Buildstash
Upload build artifacts to Buildstash
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api_key | Application specific API Key | yes | — |
| structure | Structure type (e.g. file or file+expansion) | yes | file |
| primary_file_path | Path to the primary file to upload | yes | — |
| expansion_file_path | Path to an expansion file to be paired with primary (optional) | no | — |
| version_component_1_major | Major version component | yes | — |
| version_component_2_minor | Minor version component | yes | — |
| version_component_3_patch | Patch version component | yes | — |
| version_component_extra | Extra version component (optional) | no | — |
| version_component_meta | Meta version component (optional) | no | — |
| custom_build_number | Custom build number (optional) | no | — |
| labels | Array of labels (will be created if they do not already exist) | no | — |
| architectures | Array of architectures this build supports (must be supported by platform) | no | — |
| ci_pipeline | CI pipeline name | no | — |
| ci_run_id | CI run ID | no | — |
| ci_run_url | CI run URL | no | — |
| ci_build_duration | CI build duration | no | — |
| vc_host_type | Version control host type | no | git |
| vc_host | Version control host | no | github |
| vc_repo_name | Repository name | no | — |
| vc_repo_url | Repository URL | no | — |
| vc_branch | Branch name | no | — |
| vc_commit_sha | Commit SHA | no | — |
| vc_commit_url | Commit URL | no | — |
| platform | Platform | yes | — |
| custom_target | Custom target | no | — |
| stream | Stream | yes | — |
| notes | Build notes | no | — |
| metadata_artifacts | Related metadata files. JSON array of filepath and optional description | no | — |
Outputs
| name | description |
|---|---|
| build_id | The ID of the uploaded build |
| pending_processing | Whether the build is pending additional processing on server (typically iOS or Android builds) |
| build_info_url | URL to view the build information on Buildstash |
| download_url | URL to download the build |