docs
docs copied to clipboard
The source files for the Buildkite documentation
Hey! I was hoping to get some clarity on [Scope of Access](https://buildkite.com/docs/agent/v3/tokens#scope-of-access). In the doc, it describes that an agent access token can be used to register an agent to...
Concerning https://buildkite.com/docs/pipelines/block-step, the description of the block step feels ambiguous and could be clarified, especially this part: > however a block step creates [implicit dependencies](https://buildkite.com/docs/pipelines/dependencies) to the steps before and...
Hi there, I'm trying to use buildkite with AWS, to run a Docker build. We are pulling some code from github in the docker file through SSH, which seems to...
The "[Optimising for slow docker Docker builds](https://github.com/buildkite/elastic-ci-stack-for-aws#optimizing-for-slow-docker-builds)" found on the readme for this repo is really useful, but rather hidden on the elastic stack readme. (If someone uses docker, but...
We currently have a lot of very ugly small code samples in hard coded tables, which I'd like to entirely rethink. 
We use the deprecated `--without` option in https://github.com/buildkite/docs/blob/main/Dockerfile#L34
One of our [buildkite-agent-orchestration](https://github.com/topics/buildkite-agent-orchestration) tools that runs on AWS along side Elastic CI Stack for AWS and Elastic Mac for AWS is [Buildkite On-Demand](https://github.com/buildkite/on-demand). While that repository contains detailed documentation...
We have a couple of global fields in the pipeline YAML: `env` and `agents`. These are saved on the build rather than just applying to the steps that are being...
We're trying to write a [plugin](https://github.com/CampusJob/kubernetes-logs-buildkite-plugin) configurable by the user in the `command` phase of the job, having the user set environmental variables then to be used by the `post-command`...
Storing secrets is one of things you want to get *really* right. It'd be great if there was a Buildkite walkthrough for using AWS secret manager for 1 or more...