Search code examples
jenkinsbitbucketjenkins-pluginsbcbsn

bitbucket-build-status-notifier plugin for jenkins reports wrong status


Jenkins should notify bitbucket if a job that is linked to a branch has passed or falied, and it does:

enter image description here

But for some reason, in the branch view, it doesn't notify about the result of the last build, and says it failed even if the last build has passed:

enter image description here

How do I make it refer to the result of the last build only?


Solution

  • Today it was released a new version of the plugin for jenkins bitbucket-build-status-notifier which allows exactly what you need to avoid the problem you describe. It's new config option "Only show latest build status", just ensure this checkbox is checked and enjoy it. enter image description here