Skip to content

equinixmetal-buildkite/template-buildkite-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A template repo that can help bootstrap a new buildkite plugin

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages