-
New Feature
-
Resolution: Unresolved
-
Minor
The view of https://builds.apache.org/job/maven-box/ contains a huge number of subprojects and branches. It is quite hard to see which 'master'-branches are unstable and require immediate action, because accepting pull request should only be done if the master is stable.
The proposal is to have a new column in the mentioned view which shows the current status of the master-branch.
I propose to implement it directly in the "Pipeline: Multi-Branch" plugin if current maintainers are fine with that (IIUC abayer svanoort rsandell dnusbaum). It can be done in a plugin otherwise
Generally it needs a really simple ListViewColumn implementation: https://javadoc.jenkins.io/hudson/views/ListViewColumn.html . This implementation needs to go to API and retrieve the status of the primary branch (or just get "master" somehow). The rest is about some fancy layout for the column cell