jenkinsci / bitbucket-push-and-pull-request-plugin

Plugin for Jenkins v2.138.2 or later, that triggers job builds on Bitbucket's push and pull request events.
https://plugins.jenkins.io/bitbucket-push-and-pull-request
MIT License
46 stars 50 forks source link

enable support for includedRegions like githubPullRequest plugin #296

Open vyshakprojects opened 1 year ago

vyshakprojects commented 1 year ago

We have a single repo that has different folders each has a docker file for creating containers. java/ Dockerfile Python/ Dockerfile

I have different pipeline jobs for different docker files. I want to trigger the pipeline for java if the java/Dockerfile is changed.

This feature is already available in the GitHub Pull Request plugin. Its done through includedRegions option.

Please add this feature as well.