GitHub Branch Source Pull Request Change Filter

Build Status Contributors Jenkins Plugin GitHub release Jenkins Plugin Installs

Introduction

When using a GitHub branch source, this trait allows you to filter discovered pull requests by including only those that match a provided regex.

Screenshot of Plugin In Action

Getting started

Add a discovery trait a provide a valid regex to match against full file names. If any files in a PR matched the provided regex, the discovered pull request will be included. You may also provide regex to exclude files that would otherwise be matched by the inclusion regex.
Note: Regex matches are currently case-insensitive

Issues

Report issues and enhancements in the Jenkins issue tracker.

Contributing

Refer to our contribution guidelines

LICENSE

Licensed under MIT, see LICENSE