I tried this plugin for the first time. I defined the OAuth in the Jenkins Global Configurations and it seems like it applied itself by default to my pipelines, which is good.
what is strange is that instead of updating the build status in BitBucket, it posts a comment on that commit saying whether it looks good or failed with a link to that build. the build status icon stays empty.
EDIT: it seems like the comments don't come from this plugin, but from the BitBucket Source plugin. and they too have an issue requesting for it to become a status update: JENKINS-33507
I agree, we're deploying Jenkins2 using pipeline and SCM Jenkinsfile from Bitbucket and we'd like to get the build status in Bitbucket.
Currently, the Stage View visualization only displays stages status, but no information regarding the branch name is provided.
Also, bitbucket remains the place where code review is being done so having the build status is mandatory for reviewers.
Thank you.