docs
docs copied to clipboard
The source files for the Buildkite documentation
ON HOLD Secrets is currently paused while we the Compute team focuses on Cache Volumes. See our roadmap [here](https://3.basecamp.com/3453178/buckets/34931180/messages/7215006682). ### Description This PR just focuses on updating the relevant documentation...
Update existing docs to be more specific and remove some confusion between [public pipeline templates](https://buildkite.com/pipelines/templates). _Note: this naming isn't confirmed, I'm just putting it up for feedback._
I added the sentence "By default, all steps depend on the step that uploads them, and they will not run until that one is finished" to clarify the default behaviour...
On the FAQ section for SSO ([linked here](https://buildkite.com/docs/integrations/sso#frequently-asked-questions-what-happens-if-a-person-leaves-our-company)), the wording around 'Buildkite organisation' is confusing. A member of our company left and subsequently was removed from the GitHub organisation (which...
As part of reviewing #2620 , I wanted to understand more context around Buildkite's concurrency features and so I've created this PR to clarify some of the surrounding content on...
There's a known issue when using concurrency group with block/input steps. The time-ordering of jobs that reference a concurrency is stable (roughly: the build creation time, and then the jobs...
This tutorial leaves out an important step that the enables "merge_group" webhook events. https://buildkite.com/docs/tutorials/github-merge-queue See github's documentation that says your CI needs to have merge_group with the type checks_requested. https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#merge_group...
When developing a plugin, we can either use a public git repository or a private one. We can also use any git host. Clarify how this is possible by giving...
Added a small tweak to the wording of blocked build webhook events (with `build.blocked` in the payload) "To if a build..." -> "If a build is blocked"
When a build is stuck because of a concurrency group, it is hard to see which jobs are in the queue. We have a GraphQL query that is very useful...