Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 686
omer mazig Avatar asked Sep 08 '25 12:09

omer mazig


1 Answers

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

like image 136
Antonio Mansilla Avatar answered Sep 12 '25 05:09

Antonio Mansilla