Buildkite notes
A collection of notes and commands for Buildkite. Mostly so that I don't have to keep googling how to start things.
This is a collection of notes for my own use. It probably isn't very helpful to you, unless you are (a) already familiar with Buildkite and (b) doing a weird dance with Windows, WSL2, and a Raspberry Pi. This stuff works on my machine.
If you've never heard of Buildkite, go check it out: Buildkite. It's a pretty cool continuous integration tool.
Serve the docs locally (using WSL2)
Pipeline upload step
Paste this into the YAML steps editor when setting up a pipeline, so that you can use a pipeline.yml
instead:
Target a particular agent
This is useful when running both a Pi and a Windows agent.
This works:
Start the agent
Docs for installing on generic Linux - use this for Pi or WSL2, not whatever Linux distro you think you're using.
Docs for installing on Windows
Target a particular shell
Edit the shell
option in buildkite-agent.cfg
.
Gotchas
Be aware of the following:
- PowerShell Core and WSL2 do not support using buildkite-agent pipeline upload directly in the steps editor. Workaround: put it in a script file, run that script from the steps editor.