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.
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'
Provide examples on how to modify and test, e.g.:
To run the tests:
docker-compose run --rm tests