https://github.com/halkeye/jira-buildkite-plugin
https://github.com/halkeye/jira-buildkite-plugin
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/halkeye/jira-buildkite-plugin
- Owner: halkeye
- License: mit
- Created: 2020-06-20T18:42:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-20T19:24:47.000Z (almost 5 years ago)
- Last Synced: 2025-03-23T22:16:36.514Z (3 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# File Counter Buildkite Plugin
Annotates the build with a file count.
## Example
Add the following to your `pipeline.yml`:
```yml
steps:
- command: ls
plugins:
- halkeye/jira#v1.0.0:
name: '*.md'
```## Configuration
### `name` (Required, string)
The file name pattern, for example `*.ts`. Supports any pattern supported by [find -name](http://man7.org/linux/man-pages/man1/find.1.html).
## Developing
To run the tests:
```shell
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