-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Jenkins 2.39
cron-shelve 1.3
I just installed cron-shelve. I'm trying to test the logic by trying different regexes with the add-on's enable box unchecked. It looks like this should show all projects that would be shelved. However, the regex isn't matching the jobs I would expect.
regex: (tcri.*)
matched:
- tcri-assessment
- tcri-docker
- tcri-jenkinsjobs
not matched:
- tcri-core-models_master
- tcri-cross-store-query
- tcri-csg-login-module_dev
- etc.
We probably have > 100 jobs that start with the "tcri" prefix but only 3 show up as matched.
[JENKINS-41559] Regex not matching all jobs
Description |
Original:
I just installed cron-shelve. I'm trying to test the logic by trying different regexes with the add-on's {{enable}} box unchecked. It looks like this should show all projects that _would be_ shelved. However, the regex isn't matching the jobs I would expect. regex: (tcri.*) matched: - tcri-assessment - tcri-docker - tcri-jenkinsjobs not matched: - tcri-core-models_master - tcri-cross-store-query - tcri-csg-login-module_dev - etc. We probably have > 100 jobs that start with the "tcri" prefix but only 3 show up as matched. |
New:
I just installed cron-shelve. I'm trying to test the logic by trying different regexes with the add-on's {{enable}} box unchecked. It looks like this should show all projects that _would be_ shelved. However, the regex isn't matching the jobs I would expect. regex: (tcri.*) matched: - tcri-assessment - tcri-docker - tcri-jenkinsjobs not matched: - tcri-core-models_master - tcri-cross-store-query - tcri-csg-login-module_dev - etc. We probably have > 100 jobs that start with the "tcri" prefix but only 3 show up as matched. |