Jenkins: Filter build history by label or parameter

匿名 (未验证) 提交于 2019-12-03 02:52:02

问题:

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?

回答1:

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"



回答2:

Created question in monitoring plug-in for Jenkins GitHub site, and found this question... https://github.com/jan-molak/jenkins-build-monitor-plugin/issues/361



易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!