https://github.com/buildkite/bash-parallel-example
An example of how to a bash script in parallel on Buildkite
https://github.com/buildkite/bash-parallel-example
bash buildkite parallel pipeline
Last synced: 5 months ago
JSON representation
An example of how to a bash script in parallel on Buildkite
- Host: GitHub
- URL: https://github.com/buildkite/bash-parallel-example
- Owner: buildkite
- License: mit
- Created: 2016-07-18T07:13:18.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T11:54:45.000Z (almost 2 years ago)
- Last Synced: 2025-04-11T18:10:00.354Z (6 months ago)
- Topics: bash, buildkite, parallel, pipeline
- Language: Shell
- Homepage: https://github.com/buildkite/example-pipelines
- Size: 4.88 KB
- Stars: 4
- Watchers: 24
- Forks: 34
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- License: License.md
Awesome Lists containing this project
README
# Buildkite Parallel Bash Pipeline Example
[](https://buildkite.com/new)
This repository is an example [Buildkite](https://buildkite.com/) pipeline for running a simple bash script in parallel across multiple agents, [script.sh](script.sh).
The script simply prints some debug output and exits with a success code (0).
## License
See [Licence.md](Licence.md) (MIT)