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

https://github.com/brettjay/template-extra

An example pipeline with extra template.yaml metadata specified
https://github.com/brettjay/template-extra

buildkite example

Last synced: 4 months ago
JSON representation

An example pipeline with extra template.yaml metadata specified

Awesome Lists containing this project

README

          

# 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).

Screenshot of Buildkite parallel Bash example pipeline

## License

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