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 this example in action: buildkite.com/buildkite/artifacts-example
See the full Getting Started Guide for step-by-step instructions on how to get this running, or Add to Buildkite to try it yourself.

There are two example steps:
- generate_artifacts.sh - this creates a simple artifact
- fetch_artifacts.sh - this fetches and prints the artifact
See Licence.md (MIT)