A Buildkite plugin for something awesome
These are all the options available to configure this plugin's behaviour.
A great description of what this is supposed to do.
Describe how the plugin behaviour changes if this option is not specified, allowed values and its default.
Show how your plugin is to be used
steps:
- label: "🔨 Running plugin"
command: "echo template plugin"
plugins:
- template#v1.0.0:
mandatory: "value"
If you want to change the plugin behaviour:
steps:
- label: "🔨 Running plugin"
command: "echo template plugin with options"
plugins:
- template#v1.0.0:
mandatory: "value"
optional: "example"
You can use the bk cli to run the pipeline locally:
bk local run
Your policy on how to contribute to the plugin!
The package is available as open source under the terms of the MIT License.