I'm trying to get more useful test results for our Hudson build, and I'd like to be able to sort all builds by last run date
.
Unfortunately, It seems I can only sort by either last success
or last failure
.
Is there a way to add this functionality through the base app or via plugin?
Note that I already installed the extra columns plugin, but it doesn't seem to have this functionality.
Thanks