docs
docs copied to clipboard
The source files for the Buildkite documentation
To follow the other examples
In this thread https://forum.buildkite.community/t/regex-validation-for-step-input/1260/2 there is a new feature "format" which is block.text optional attribute. Now it's missing in docs
https://buildkite.com/docs/pipelines/environment-variables has similar variables like [BUILDKITE_GIT_CLEAN_FLAGS](https://buildkite.com/docs/pipelines/environment-variables#BUILDKITE_GIT_CLEAN_FLAGS) or [BUILDKITE_GIT_CLONE_FLAGS](https://buildkite.com/docs/pipelines/environment-variables#BUILDKITE_GIT_CLONE_FLAGS). Similarly, this flag is documented in the agent configuration page, https://buildkite.com/docs/agent/v3/configuration#git-fetch-flags
The `**` for searching subfolders isn't mentioned in https://buildkite.com/docs/agent/v3/cli-artifact#uploading-artifacts-artifact-upload-glob-syntax (it is mentioned implicitly in the examples elsewhere on the page)
The following docs don't mention the `failing` build state (which is apparently possible): - https://buildkite.com/docs/apis/rest-api/builds - https://buildkite.com/docs/pipelines/notifications#build-states - https://buildkite.com/docs/pipelines/defining-steps#build-states (it's in the diagram, but not in the text)
The [docs](https://buildkite.com/docs/pipelines/build-matrix) on `matrix` suggest that there are more than three listed > matrix values into [command step](https://buildkite.com/docs/pipelines/command-step) attributes such as [environment variables](https://buildkite.com/docs/pipelines/environment-variables), labels and commands "such as" reads to...
The plugin section of the documentation doesn't appear to define the behaviour of a plugin defined without a pinned hash. If I define a plugin like this in a pipeline:...
Reading through [Sending Change Events from your pipeline](https://buildkite.com/docs/integrations/pagerduty#sending-change-events-from-your-pipeline) it seems that I should be storing the Integration API Key in the pipeline. However, this is documented as an anti-pattern: [Anti-pattern:...
Hello I recently started using the "Filter builds using a conditional" pipeline-level setting, but due to its location I thought builds matching the expression would be triggered *in addition to*...
I'm trying to construct a CI/CD pipeline that should build for all Git branches, publish an artifact only for the `main` branch, and deploy if an artifact was published, e.g....