Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikehostetler/awesome-buildkite
A curated list of Buildkite resources and examples
https://github.com/mikehostetler/awesome-buildkite
List: awesome-buildkite
Last synced: 12 days ago
JSON representation
A curated list of Buildkite resources and examples
- Host: GitHub
- URL: https://github.com/mikehostetler/awesome-buildkite
- Owner: mikehostetler
- Created: 2018-11-02T17:29:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-02T17:45:25.000Z (about 6 years ago)
- Last Synced: 2024-04-10T00:46:21.836Z (7 months ago)
- Size: 3.91 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE-OF-CONDUCT.md
Awesome Lists containing this project
README
# Awesome Buildkite [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
> A curated list of Buildkite resources and examples
## Contents
- [Example `pipeline.yml` Files](#example-pipelineyml-files)
- [Plugins](#plugins)
- [Shell Scripts](#shell-scripts)## Example `pipeline.yml` Files
Great examples of Buildkite Agent files to work from.
- [Buildkite Agent](https://github.com/buildkite/agent/tree/master/.buildkite/pipeline.yml)
- [Buildkite Frontend](https://github.com/buildkite/frontend/blob/master/.buildkite/pipeline.yml)## Plugins
Buildkite plugins available to include in your `pipeline.yml` files.
- [Docker Plugin](https://github.com/buildkite-plugins/docker-buildkite-plugin)
- [Docker Login Plugin](https://github.com/buildkite-plugins/docker-login-buildkite-plugin)
- [Docker Compose Plugin](https://github.com/buildkite-plugins/docker-compose-buildkite-plugin)
- [ECS Deploy Plugin](https://github.com/buildkite-plugins/ecs-deploy-buildkite-plugin)## Shell Scripts
Handy Shell Scripts
- [Autotag Release]()
## Contribute
Contributions welcome! Read the [contribution guidelines](contributing.md) first.
## License
[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](http://creativecommons.org/publicdomain/zero/1.0)
To the extent possible under law, Mike Hostetler has waived all copyright and
related or neighboring rights to this work.