This repository is an example Buildkite pipeline that shows how to trigger another pipeline using Triggers Steps.
The test pipeline uses .buildkite/pipeline.yml to run the tests and trigger deployment builds on the master branch:
The deployment pipeline uses pipeline.deploy.yml to perform deployments, and can be run independently of the test pipeline:
Once you’ve created the two pipelines, trigger a build on your test pipeline to see it all in action!
See Licence.md (MIT)