jenkinsci / build-monitor-plugin

Jenkins Build Monitor Plugin
https://plugins.jenkins.io/build-monitor-plugin/
MIT License
727 stars 279 forks source link

Order jobs by other than name ? #133

Closed janolaveide closed 9 years ago

janolaveide commented 9 years ago

It would be nice to be able to sort jobs by the time they ran so that the most recently executed jobs appear first.

TASSDevon commented 9 years ago

I'd like to be given the freedom to order the jobs in any way I want, that be really great as well.

Request++

sahlawat1 commented 9 years ago

Request++

jan-molak commented 9 years ago

Hi guys and thanks for your feedback! There's already a ticket raised for that feature - #113 and eventually #37

Current version of Build Monitor supports ordering jobs using custom comparators from the buildmonitor/order package. If you'd like to submit a pull request with more comparators I'd be happy to merge it! :smiley: Custom comparators should be fairly straight-forward to add, have a look at this commit for example.