Skip to content

dlcmh/file-counter-buildkite-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(Based on https://buildkite.com/docs/plugins/writing)

File Counter Buildkite Plugin

Annotates the build with a file count.

Example

Add the following to your pipeline.yml:

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

Configuration

pattern (Required, string)

The file name pattern, for example *.ts. Supports any pattern supported by find -name.

Developing

To run the tests:

docker-compose run --rm tests

Contributing

  1. Fork the repo
  2. Make the changes
  3. Run the tests
  4. Commit and push your changes
  5. Send a pull request

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages