Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

Add Buildkite support #5

Closed
bahmutov opened this issue Oct 20, 2017 · 1 comment
Closed

Add Buildkite support #5

bahmutov opened this issue Oct 20, 2017 · 1 comment
Assignees

Comments

@bahmutov
Copy link
Contributor

Need at least setting environment variables

https://buildkite.com/docs/rest-api

@bahmutov bahmutov self-assigned this Oct 20, 2017
@bahmutov
Copy link
Contributor Author

Need API token with "read / write pipeline" permissions https://buildkite.com/docs/rest-api/pipelines

To get full pipeline definition

curl -H "Authorization: Bearer $TOKEN" https://api.buildkite.com/v2/organizations/cypress/pipelines/cypress-test-tiny/

Response includes

{
  "env": {
    "TERM": "xterm",
    "CYPRESS_RECORD_KEY": "2dd054e5-16af-4244-a331-5c34ca4673ec"
  }
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant