|
1 | 1 | # Example Buildkite Pipelines
|
2 | 2 |
|
3 |
| -A list of example repositories for setting up a [Buildkite](https://buildkite.com/) pipeline. |
4 |
| - |
5 |
| -## Languages and Frameworks |
6 |
| - |
7 |
| -* [Bash](https://github.com/buildkite/bash-example) - A simple bash example with artifacts, inline images and shell output |
8 |
| -* [Bazel](https://github.com/buildkite/bazel-example) - Building with Bazel on Buildkite |
9 |
| -* [Python - pipenv](https://github.com/buildkite/python-pipenv-example) - An example of testing a Python project w/ pipenv |
10 |
| -* [Python - Docker](https://github.com/buildkite/python-docker-example) - An example of testing a Python project w/ Docker and pipenv |
11 |
| -* [Bash - Parallel](https://github.com/buildkite/bash-parallel-example) - Another simple bash example that runs across multiple agents in parallel |
12 |
| -* [Ruby - rbenv](https://github.com/buildkite/ruby-rbenv-example) - An example of testing a Ruby project w/ rbenv |
13 |
| -* [Ruby - Docker](https://github.com/buildkite/ruby-docker-example) - An example of testing a Ruby project w/ Docker |
14 |
| -* [Rails - Parallel](https://github.com/buildkite/rails-parallel-example) - An example of testing a Rails project in parallel w/ Knapsack |
15 |
| -* [Rails - Parallel w/ Docker](https://github.com/buildkite/rails-docker-parallel-example) - An example of testing a Rails project in parallel w/ Knapsack & Docker |
16 |
| -* [Node.js](https://github.com/buildkite/nodejs-example) - An example of testing a Node.js project |
17 |
| -* [Node.js - Docker](https://github.com/buildkite/nodejs-docker-example) - An example of testing a Node.js project w/ Docker |
18 |
| -* [Golang](https://github.com/buildkite/golang-example) - An example of testing a Golang project |
19 |
| -* [Golang - Docker](https://github.com/buildkite/golang-docker-example) - An example of testing a Golang project w/ Docker |
20 |
| -* [Xcode - Fastlane](https://github.com/buildkite/buildkite-fastlane-demo) - An example of building and testing a Fastlane project |
21 |
| -* [Gradle - Docker](https://github.com/buildkite/gradle-docker-example) - An example of building a Gradle project |
22 |
| - |
23 |
| -## Step Types and Techniques |
24 |
| - |
25 |
| -* [RSpec & JUnit Build Annotations](https://github.com/buildkite/rspec-junit-example) - Annotation a build with JUnit test failure information |
26 |
| -* [Artifact Uploading and Downloading](https://github.com/buildkite/artifacts-example) - Uploading and downloading artifacts between build pipeline steps |
27 |
| -* [Block steps](https://github.com/buildkite/block-step-example) - An example of how to include block steps with form fields in your pipeline |
28 |
| -* [Dependent Pipelines](https://github.com/buildkite/dependent-pipeline-example) - Triggering another pipeline from a pipeline |
29 |
| -* [Dynamic Pipelines](https://github.com/buildkite/dynamic-pipeline-example) - Generating a pipeline’s steps programatically at run-time |
30 |
| -* [Static Site Deployment](https://github.com/buildkite/static-site-deployment-example) - Deploying a static site via rsync with dynamic branch to subdomain mappings |
31 |
| - |
32 |
| -## Third-party tools |
33 |
| - |
34 |
| -* [Jobsworth](https://github.com/saymedia/jobsworth) uses dynamic pipelines for defining high level build and deploy processes |
35 |
| - |
36 |
| -## template.yml files |
37 |
| - |
38 |
| -All of the examples contain a `buildkite/template.yml` file so that you can easily add the project to your Buildkite account using the 'Add to Buildkite' button in the readme. You don't need this file in your own projects. |
| 3 | +The list of example Buildkite pipelines is now maintained in the [Buildkite docs](https://buildkite.com/docs/pipelines/example-pipelines). |
39 | 4 |
|
40 | 5 | ## Contribute
|
41 | 6 |
|
42 |
| -[File an issue](https://github.com/buildkite/sample-pipelines/issues) or [send a pull request](https://github.com/buildkite/sample-pipelines/pulls) if your favourite tool or framework isn't on the list. |
| 7 | +[File an issue](https://github.com/buildkite/docs/issues) or [send a pull request](https://github.com/buildkite/docs/edit/master/pages/pipelines/example_pipelines.md.erb) if your favourite tool or framework isn't on the list. |
| 8 | + |
0 commit comments