| I have a setup with multibranch pipeline in jenkins. The folder name corresponds to project name and the jobs inside this folder are named with respect to branch name. I want to filter some of these jobs from build monitor view. In Jenkins UI, I have an option to apply job filter by regex, so I specify .project-name. and select Full Name in match value. This works. Just selecting name, however, does not works as the name of job will be branch name (master, etc.) and I wish to filter out a complete project. I am handling Jenkins configuration via job dsl and I do not find the same option in DSL as in UI. All options, except Full Name, are present in DSL. Attaching screenshot of both UI and DSL. |