OrbitOne / Buildscreen

Buildscreen for TFS and VSO
GNU General Public License v3.0
28 stars 27 forks source link

Fixed order of build tiles #17

Open m4rku5 opened 8 years ago

m4rku5 commented 8 years ago

It would be great to be able to sort the tiles the way I want instead of the builds latest status. That would make it easier to recognize builds that are failing, because you would just know it by the position.

That fixed order of builds is the only thing that keeps us from using your build screen instead of this one

on5sl commented 8 years ago

Build are always order by:

Failed Build -> Failed Unit tests -> Succeeded builds

After this we order by latest build date. This means that if you have 4 failed builds the most recent one will be at the left, followed by the other failed buids.

If you apply the advanced filter you can also select only certain projects so that all your builds fit on the screen.

Does this help you?