-
Bug
-
Resolution: Unresolved
-
Major
-
Jenkins: 2.504.1
Multibranch Build strategy extension plugin Version64.v348e3c69f1f5
This plugin is not working as intended for basic use case. We are using Bitbucket server integration as branch source as we are using Bitbucket server instance in my organization. I really wanted my multibranch pipeline job should get triggered based on the commits made in directory and the commits should not trigger all the pipelines which is associated with the repo (monorepo). So I have used this plugin and tried adding the directory in the Accept build by included regions strategy but its not working as expected. Even If I make commits outside of the directory, it just trigger the pipeline.
Expected:
It should not trigger the pipeline unless commits made in the directory which is mentioned in Accept build by included regions strategy of build strategy section
I have given like this
trigger based on periodic interval of 2 minutes. Even I tried with other trigger such as Bitbucket Webhook Trigger and it does work the same.
Jenkins log says it skips the build but it doesn't
This is some normal use case but its not working as expected. I'm trying to create multibranch CI for Bitbucket repo which acts as monorepo so this plugin is needed for my use case but its not working as intended.