nishio-dens / bitbucket-pullrequest-builder-plugin

Bitbucket Pull Request Builder Plugin for Jenkins
Other
125 stars 145 forks source link

Add support to restrict pull requests to defined paths #203

Open AndreiVidrasco opened 5 years ago

AndreiVidrasco commented 5 years ago

Would it be possible to restrict building of PR based on the paths that were changed. This would be useful for monorepos or for e.g. if someone change a documentation file, there is no need to run build.

As a reference same implementation in github pull request builder https://github.com/jenkinsci/ghprb-plugin/pull/293

CodeMonk commented 5 years ago

That is a decent idea. Labeling as enhancement.