Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buildkite/bash-example
An example repository you can use as a test project with Buildkite
https://github.com/buildkite/bash-example
bash buildkite pipeline shell
Last synced: 4 days ago
JSON representation
An example repository you can use as a test project with Buildkite
- Host: GitHub
- URL: https://github.com/buildkite/bash-example
- Owner: buildkite
- License: mit
- Created: 2014-05-22T11:36:09.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T01:58:13.000Z (5 months ago)
- Last Synced: 2024-12-24T05:07:58.125Z (8 days ago)
- Topics: bash, buildkite, pipeline, shell
- Language: Shell
- Homepage: https://buildkite.com/docs/pipelines/example-pipelines
- Size: 594 KB
- Stars: 23
- Watchers: 25
- Forks: 187
- Open Issues: 4
-
Metadata Files:
- Readme: Readme.md
- License: License.md
Awesome Lists containing this project
README
# Buildkite Bash Pipeline Example
[![Add to Buildkite](https://buildkite.com/button.svg)](https://buildkite.com/new)
This repository is an example [Buildkite](https://buildkite.com/) pipeline for running a simple bash script, [script.sh](script.sh).
The script simply prints some debug output with an inline image, some artifacts, and exits with a success code (0).
See the full [Getting Started Guide](https://buildkite.com/docs/guides/getting-started) for step-by-step instructions on how to get this running, or simply click the following link to add this project to Buildkite:
## License
See [License.md](License.md) (MIT)