Thanks for the suggestion! A job view would only display the last build information? I guess I am looking for more of a historical view of the builds. The Build Pipeline<https://wiki.jenkins-ci.org/display/JENKINS/Build+Pipeline+Plugin>plugin is pretty nice. I'm looking for a way to isolate/sort historical build statuses based on the build names or descriptions. Doesn't appear possible at this time.
On Friday, April 20, 2012 5:17:42 AM UTC-6, Fred wrote: > > Hi, > > You could use the > Extra-Columns-Plugin<https://wiki.jenkins-ci.org/display/JENKINS/Extra+Columns+Plugin>to > show the build description as a column in a list view. > Filtering by build description could be done with the View Job Filters > Plugin <https://wiki.jenkins-ci.org/display/JENKINS/View+Job+Filters> and > a regular expression. > > Unfortunately there is no column or regular expression to show/filter the > build name yet. > > If you desperately need a column for the build name, let me know. ;) > If you need the regular expression for the build name, ask the maintainer > of the View Job Filters Plugin. > > Hth, > > Fred > > On Thursday, April 19, 2012 9:30:50 PM UTC+2, Mike Gibson wrote: >> >> I am currently using the build name setter and description setter plugins. >> Does anyone know of a good way to view builds based on either of these >> values? >> It would be nice for us to be able to organize the build results across >> jobs/projects by build name. >> >