An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Buildkite Parallel Bash Pipeline 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).

## License

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