Skip to content

An example of how to trigger Buildkite pipelines from other pipelines

License

Notifications You must be signed in to change notification settings

buildkite/dependent-pipeline-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

An example of how to trigger Buildkite pipelines from other pipelines

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published