https://github.com/buildkite/templates
Buildkite pipeline templates
https://github.com/buildkite/templates
buildkite pipelines templates
Last synced: 5 months ago
JSON representation
Buildkite pipeline templates
- Host: GitHub
- URL: https://github.com/buildkite/templates
- Owner: buildkite
- License: mit
- Created: 2020-10-05T04:40:24.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-04T00:41:00.000Z (6 months ago)
- Last Synced: 2025-04-11T18:10:03.468Z (6 months ago)
- Topics: buildkite, pipelines, templates
- Language: TypeScript
- Homepage: https://buildkite.com/pipelines/templates
- Size: 3.54 MB
- Stars: 3
- Watchers: 23
- Forks: 2
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Buildkite Pipeline templates

_[Docker pipeline template](https://buildkite.com/pipelines/templates/iac/terraform-docker)_A collection of templates to help you get started quickly with [Buildkite Pipelines](https://buildkite.com/pipelines), available to view in the [Buildkite template gallery](https://buildkite.com/pipelines/templates).
## What are they?
Each template is a Buildkite pipeline performing a specific task using typical technologies and programming languages. For example, the [Ruby CI template](https://buildkite.com/pipelines/templates/ci/ruby-ci) is an example of doing continuous integration (CI) in Ruby using Rubocop and Rspec.
## How do they work?
Each template is stored as a root level folder, containing a pipeline YAML file and readme. When viewed on the Buildkite website, users can click 'Use Template' to create a new pipeline in their account using the templated pipeline steps.
## Requesting templates
Request a new template by [opening an issue](https://github.com/buildkite/templates/issues/new?template=pipeline-template-request.md). Please let us know what types of use cases and technologies you want to see covered.
## Contributing
Contributions are welcomed. See [CONTRIBUTING](./CONTRIBUTING.md) for more details on how to contribute additional pipeline templates.