Skip to content

buildkite-plugins/template-buildkite-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

25 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Template Buildkite Plugin Build status

A Buildkite plugin for something awesome

Options

These are all the options available to configure this plugin's behaviour.

Required

mandatory (string)

A great description of what this is supposed to do.

Optional

optionalΒ (string)

Describe how the plugin behaviour changes if this option is not specified, allowed values and its default.

Examples

Show how your plugin is to be used

steps:
  - label: "πŸ”¨ Running plugin"
    command: "echo template plugin"
    plugins:
      - template#v1.0.0:
          mandatory: "value"

And with other options as well

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"

βš’ Developing

You can use the bk cli to run the pipeline locally:

bk local run

πŸ‘©β€πŸ’» Contributing

Your policy on how to contribute to the plugin!

πŸ“œ License

The package is available as open source under the terms of the MIT License.