Add column "last run date/time" to views

Viewed 4162

Jenkins by default has three columns about the last build:

  • Last Success
  • Last Failure
  • Last Duration

Views can be sorted by those columns and that's great and all, but it doesn't allow me to sort in a way that I can easily see what order projects were recently built in. What I'm looking for is a way to have an extra column:

  • Last "Run" (or some equivalent term)

Preferably the column would even be a timestamp/datetime as opposed to a timespan, but that'd be bonus.

What I've tried so far:

Is this just not possible?

4 Answers
Related