Is it possible to filter the build history in Jenkins so that only builds with a specific label or parameter show up?
Let's say I have some job that is parametrized. One of the parameters is a simple string which can either be "experimental" or "official". Is there any plugin which lets me filter the build history to only show the "official" builds?
You can do it via this plugin https://wiki.jenkins-ci.org/display/JENKINS/View+Job+Filters
The needed section for reading is "Filter by Job Parameterization"