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.
An array of numeric values for processing. Each element must be a number.
Enable or disable a specific feature. Defaults to false
.
Configuration object with key-value pairs.
The hostname or IP address to connect to.
The port number to use for the connection. Defaults to 1234
.
Whether to use SSL/TLS for the connection. Defaults to true
.
Timeout value in seconds. Must be between 1 and 60 seconds.
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"
steps:
- label: "🔨 Array processing"
command: "echo processing array"
plugins:
- template#v1.0.0:
mandatory: "value"
numbers: [1, 2, 3, 5, 8]
steps:
- label: "🔨 Feature toggle"
command: "echo feature processing"
plugins:
- template#v1.0.0:
mandatory: "value"
enabled: true
steps:
- label: "🔨 Configuration"
command: "echo processing config"
plugins:
- template#v1.0.0:
mandatory: "value"
config:
host: "example.com"
port: 8080
ssl: false
steps:
- label: "🔨 Timeout handling"
command: "echo processing with timeout"
plugins:
- template#v1.0.0:
mandatory: "value"
timeout: 30
Elastic Stack | Agent Stack K8s | Hosted (Mac) | Hosted (Linux) | Notes |
---|---|---|---|---|
? | ? | ? | ? | n/a |
- ✅ Fully supported (all combinations of attributes have been tested to pass)
⚠️ Partially supported (some combinations cause errors/issues)- ❌ Not supported
Your policy on how to contribute to the plugin!
To run testing, shellchecks, and plugin linting, use bk run
with the Buildkite CLI:
bk run
Alternatively, to run just the tests, you can use the Buildkite Plugin Tester:
docker run --rm -ti -v "${PWD}":/plugin buildkite/plugin-tester:latest
The package is available as open source under the terms of the MIT License.