I'm using the bitbucket branch source plugin to trigger builds for all the branches and Pull requests.
My problem is that pull requests launch more actions and I always want that the PR-XXX job to be always launched even if target and origin branches do not have changes since the PR creation (currently it only triggers the PR if changes are integrated into origin branch, performing the PR-XXX job with the merge).
Is there any way to always execute the PR-XXX job on creation?
thanks