diff --git a/.buildkite/screenshot.png b/.buildkite/screenshot.png new file mode 100644 index 00000000..777cd42d Binary files /dev/null and b/.buildkite/screenshot.png differ diff --git a/Readme.md b/Readme.md index 5b4500ec..9239c1d8 100644 --- a/Readme.md +++ b/Readme.md @@ -1,12 +1,15 @@ # Buildkite Bash Pipeline Example +[![Build status](https://badge.buildkite.com/aab023f2f33ab06766ed6236bc40caf0df1d9448e4f590d0ee.svg?branch=main)](https://buildkite.com/buildkite/bash-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, [script.sh](script.sh). The script simply prints some debug output with an inline image, some artifacts, and exits with a success code (0). -See the full [Getting Started Guide](https://buildkite.com/docs/guides/getting-started) for step-by-step instructions on how to get this running, or simply click the following link to add this project to Buildkite: +See the full [Getting Started Guide](https://buildkite.com/docs/guides/getting-started) for step-by-step instructions on how to get this running, or [Add to Buildkite](https://buildkite.com/new) to try it yourself. + +Screenshot of Buildkite Bash example pipeline ## License