zegocover/Buildkite Pipeline
Trigger a Buildkite pipeline
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| access_token | A Buildkite access token which must have the `write_builds` permission, and if you want to wait for the builds to complete also needs the `read_builds` permission. | yes | — |
| pipeline | Name of the pipeline to trigger, in the format `organization/pipeline. | yes | — |
| branch | Name of the branch to build. | yes | "" |
| commit | The commit to build. | yes | "" |
| message | The message to associate with the build. | no | :github: Triggered by GitHub Action |
| env | Environment variables to pass to the Buildkite build in JSON format. | no | — |
| async | If true then the action does not wait for the build to complete. | no | — |
Outputs
| name | description |
|---|---|
| id | The identifier of the build. |
| number | The build number. |
| url | The API URL of the build. |
| web_url | The web URL of the build. |
| state | The state of the build. |
| data | The raw data about the build in JSON format. |