A bug caused "Build Status" to be dropped from Diffusion commit views.
It has been restored, but the current implementation is pretty hacky (lots of instanceof stuff). This should eventually be cleaned up.
Originally
From https://discourse.phabricator-community.org/t/749:
- HarbormasterUIEventListener (presumably) used to add Build Status to a Commit Details View, like this (From https://github.com/uber/phabricator-jenkins-plugin/issues/108#issuecomment-172972055 - January 2016) :
- It's not there now (November 2017): https://secure.phabricator.com/rPd2cff6a2cf01396f6337edfadd1f7df7cce1277d
Best guess is the event stopped firing at some point? Or maybe the layout changes made something break.