-
Bug
-
Resolution: Duplicate
-
Minor
-
None
Version Jenkins 2.289.1
Search results quit working and shows new modifiers in left-rail. Any ideas on what is causing this issue?
Supported keywords with an example
the modifier(s) must start with `` and end with `:`:- -r: regex. Regex will be used also if query contains .*
- -R: regex, but appended and preppended by .*
- -c: contains (default)
- -s: starts with
- -e: ends with
- -q: equals
- -Q: equals honoring case
- -a: and - query will be splitted on spaces, and all must match
- -o: or - query will be splitted on spaces, and at least one must match
- -p: match just name
- -f: match full path (default)
- -j: search only in jobs (default is in all -jw (-jvn))
- -v: search only in views (default is in all) -jw (-jvn)
- -n: search only in nested views (default is in all -jw (-jvn))
- -w: search only in views and nested views (default is in all -jw (-jvn))
- -!: invert result
- -eg "-Rjo: dacapo sp[ei]c": will find all Jobs which Matches .dacapo. or .sp[ei]c.
- relates to
-
JENKINS-65924 Nested view plugin breaks Jenkins search
-
- Reopened
-
Sorry, after Googling throughout the day I finally found the culprit 10 mins after creating this ticket. Seems that the nested view v1.20 plugin has created a new feature I don't yet understand. Rolled back to v1.19 and search results are working again
https://github.com/jenkinsci/nested-view-plugin/blob/nested-view-1.20/src/main/java/hudson/plugins/nested_view/NestedViewsSearch.java#L352