https://github.com/buildkite/starter
An example pipeline to get started with Buildkite Pipelines.
https://github.com/buildkite/starter
example pipeline
Last synced: 11 months ago
JSON representation
An example pipeline to get started with Buildkite Pipelines.
- Host: GitHub
- URL: https://github.com/buildkite/starter
- Owner: buildkite
- License: mit
- Created: 2023-05-04T03:15:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T23:30:55.000Z (over 1 year ago)
- Last Synced: 2025-02-16T12:06:10.386Z (11 months ago)
- Topics: example, pipeline
- Homepage: https://buildkite.com
- Size: 8.79 KB
- Stars: 7
- Watchers: 5
- Forks: 26
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Buildkite Starter Pipeline
[](https://buildkite.com/new)
This repository is an example [Buildkite](https://buildkite.com/) pipeline to help new users understand how pipelines work.
The pipeline is platform agnostic, which means it can run on any infrastructure. Its behavior is defined in [.buildkite/pipeline.yml](.buildkite/pipeline.yml), including steps to build, test, and deploy. These steps describe launching a shiny new rocket to the moon. 🚀🌕
## Create a pipeline
You'll need a Buildkite account and a running agent to use the pipeline. If you need help setting up Buildkite, see [Getting started](https://buildkite.com/docs/tutorials/getting-started).
With Buildkite setup, you can quickly create a new pipeline by selecting **Add to Buildkite**. This prefills the pipeline details using [template.yml](.buildkite/template.yml) and includes a command to upload the pipeline definition in [pipeline.yml](.buildkite/pipeline.yml).
## License
See [LICENSE](LICENSE) (MIT)