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?
Define a parameter for the node(s) that will run the job. Define a label of 'Restrict where this project can be run'.
When creating a new slave node, Jenkins allows us to tag a slave node with a label. Labels represent a way of naming one or more slaves. We leverage this labeling system to tie the execution of a job directly to one or more slave nodes.
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"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With