We have this one, this one, and this one. They all appear to be quite active and provide roughly the same functionality. Which one are you using, and can you speak to their differences in functionality and stability?
I'm using Bitbucket Server 6.10.1 and the Bitbucket Server Notifier plugin to post build statuses, and have "Minimum Successful Builds" Merge Checks set up, but the only builds it's checking here are the source branch build. This is useful, but of course what is most important in the PR Merge Check is the merged-to-target-branch build status.
So, I want to set up PR event triggers (using one of these 3 plugins), and then have my Jenkins pipeline conditionally merge to the specified target branch before building, and reporting status back to BBS.
So, in BBS, build statuses for commits associated with PR source branches will be these merged-to-target-branch build statuses, and build status for commits outside the context of a PR will be for normal builds from the branch.
Now that you know what I'm trying to accomplish, which of these plugins would you recommend? I'd rather not waste more time than necessary on test driving each one. Thanks!