Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .buildkite/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Buildkite Parallel Bash Pipeline Example

[![Build status](https://badge.buildkite.com/c265ae725b3643cc3434bbaec07c434c926df2bf3a96e18414.svg?branch=main)](https://buildkite.com/buildkite/bash-parallel-example)
[![Add to Buildkite](https://buildkite.com/button.svg)](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).

<a href="https://buildkite.com/buildkite/bash-parallel-example/builds/latest?branch=main"><img width="1503" alt="Screenshot of Buildkite parallel Bash example pipeline" src=".buildkite/screenshot.png" /></a>

## License

See [Licence.md](Licence.md) (MIT)