Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 1.25 KB

Readme.md

File metadata and controls

27 lines (14 loc) · 1.25 KB

Buildkite Dependent Pipeline Example

This repository is an example Buildkite pipeline that shows how to trigger another pipeline using Triggers Steps.

Getting Started

1. Create the test pipeline

The test pipeline uses .buildkite/pipeline.yml to run the tests and trigger deployment builds on the master branch:

Add to Buildkite

2. Create the deployment pipeline

The deployment pipeline uses pipeline.deploy.yml to perform deployments, and can be run independently of the test pipeline:

Add to Buildkite

3. Run a build on the test pipeline

Once you’ve created the two pipelines, trigger a build on your test pipeline to see it all in action!

Screenshot of a triggered pipeline build

License

See Licence.md (MIT)