timja / jenkins-gh-issues-poc-06-18

0 stars 0 forks source link

[JENKINS-48500] Jenkins List view missing some jobs when using regex filter #9519

Open timja opened 6 years ago

timja commented 6 years ago

I made a list view at jenkins web page using the regular expression filter.

regex filter is working that most job list, but some job missed.

for example,

use regex : DEV_Build_\w+Jar or DEV_Build\w{2}Svc_Jar

missing job name : DEV_Build_CLSvc_Jar, DEV_Build_XPSvc_Jar

filter is missing example job name always.

how can I catch job name at list view of jenkins list using regular expression?


Originally reported by sungwon_kim, imported from: Jenkins List view missing some jobs when using regex filter
  • assignee: jacob_robertson
  • status: Open
  • priority: Minor
  • resolution: Unresolved
  • imported: 2022/01/10
timja commented 6 years ago

ssbarnea:

I just discovered that the regex match is failing to match any job that is under a folder. They are displayed in the list of jobs but no regexp pattern (even ".*") was able to match these.

timja commented 6 years ago

svenschoenung:

1. This isn't an issue with the view-job-filters plugin since you're using the stock Jenkins regex filter.

2. Try selecting "Recurse in subfolders".