For a given Hudson job, which is parameterized, I'd like to see a list of recent builds with the parameters displayed. I don't want to have to do any extra clicks to drill down, because I need to visually scan the jobs to find the parameter values I'm looking for.
For example, in the dashboard below, there are a bunch of job runs showing, but if I want to know which parameters were set for each job, I need to click them one by one, until I find the one I'm looking for.
I'd be happy if there was a groovy script I could run to accomplish the same thing, ie show something like
1283 April 23,2015 12:09:47 PM param1=foo param2=bar param3=122
1282 April 23,2015 12:08:47 PM param1=baz param2=goo param3=100
...