-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: bitbucket-branch-source-plugin
-
None
BitBucket displays builds based on commit hash and buildKey. To display multiple builds for a PR, their buildKeys must be distinct.Â
com.cloudbees.jenkins.plugins.bitbucket.impl.notifier.BitbucketBuildStatusNotifications.getBuildKey(...) will create identical build keys for the head and merge jobs if the ExcludeOriginPRBranchesSCMHeadFilter filter is applied.Â
This results in either -head or -merge builds missing for each PR.