Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 660 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 660 Bytes

Buildkite Plugin Template

Check the buildkite organization or website to see if your plugin already exists or we can contribute to it !

Be sure to update this readme with your plugin information after using the template repository.

Example

Provide an example of using this plugin, like so:

Add the following to your pipeline.yml:

steps:
  - command: ls
    plugins:
      - a-github-user/file-counter#v1.0.0:
          pattern: '*.md'

Developing

Provide examples on how to modify and test, e.g.:

To run the tests:

docker-compose run --rm tests