Buildkite Artifacts Pipeline Example
This repository is an example Buildkite pipeline that shows how to generate and download build artifacts across build steps (which could be running on different build machines for example).
See the full Getting Started Guide for step-by-step instructions on how to get this running.

How it works
There are two example steps:
- generate_artifacts.sh – this creates a simple artifact
- fetch_artifacts.sh – this fetches and prints the artifact
License
See LICENSE.md (MIT)