Details
-
Type:
Task
-
Status: Open (View Workflow)
-
Priority:
Trivial
-
Resolution: Unresolved
-
Component/s: bitbucket-branch-source-plugin
-
Labels:None
-
Similar Issues:
Description
Hi,
I know there is a Bitbucket Cloud web-hook event called pullrequest:updated and that is already being registered and received by Jenkins when using a Multibranch Pipeline with Bitbucket Source.
But there is a logic when the webhooks is received that checks the commit, and the job does not run if the commit has not changed.
I would like to see if it's possible to re-build the job if the PR title / description or reviewers list has being changed. Reason is that we have some CI checks on those to see if they meet some guidelines and we need to re-run the job to re-validated them.
I created this ticket more as question to know if there is any configuration or something that can be done to achieve this. If not possible, that's ok.
Thanks.