This repository is an example Buildkite pipeline for running a simple bash script in parallel across multiple agents, script.sh.
👉 See this example in action: buildkite.com/buildkite/bash-parallel-example
See the full Getting Started Guide for step-by-step instructions on how to get this running, or try it yourself:

This pipeline runs a Bash script (script.sh
) in parallel using Buildkite’s parallelism features. Each parallel step executes independently across agents.
See LICENSE.md (MIT)