docs icon indicating copy to clipboard operation
docs copied to clipboard

The source files for the Buildkite documentation

Results 81 docs issues
Sort by recently updated
recently updated
newest added

This PR updates the note regarding the environment variables overriding behavior in the documentation to reflect the behavior experienced in production. ## Details This pipeline: ```yml env: GLOBAL: global value...

Bitbucket Server is due to be deprecated soon. Many customers have migrated to either Datacentre or Cloud. Just a recommendation you may want to update it to avoid confusion https://buildkite.com/docs/integrations/bitbucket-server

I tried to clone an existing pipeline https://buildkite.com/llvm-project/bazel-rbe by going to https://buildkite.com/organizations/llvm-project/pipelines/new?clone=bazel-rbe, but no fields were pre-populated

G'day folks, I read the doco saying that `Block steps with input fields can only be defined using a pipeline.yml.` while I found this script in the sample repo https://github.com/buildkite/block-step-example/blob/master/generate-notify-pipeline.sh...

Hi, In our company use case - we have > 50 repositories that need to share the same pipeline configuration. We don't want to replicate the `pipeline.yml` file on all...

I recently started migrating from a competitor CI to Buildkite and so far I am loving the service! I am running my own agents in a self-hosted Kubernetes cluster with...

There's a problem when running the buildkite agent on GKE as a container when you also want to use docker-based builds. The agent container must share a volume into the...

We want to use `$BUILDKITE_BUILD_ID` in one of the global env variables. Example: ```sh my_unique_temp_directory=/tmp/$BUILDKITE_BUILD_ID cache_directory=$my_unique_temp_directory/cache ``` Right now reading this https://buildkite.com/docs/pipelines/environment-variables#environment-variable-precedence - it seems like it's impossible as the...

In the docs we show [how to run multiple agents](https://buildkite.com/docs/agent/ubuntu#running-multiple-agents) but we don't show any way to customise the agent configuration files for each agent… say, for giving them different...

in progress

The [concurrency groups documentation][1] currently says: > As pipeline uploads add more jobs to the build after it has started, the jobs that they add will inherit the creation time...