-
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
- Resolved