Support more glob patterns for artifact/cache
What does this MR do?
This PR changes usages of filepath.Glob
and zglob.Match
to leverage the more capable doublestar
library (allows /**/file.txt
-style matching).
Why was this MR needed?
See #2620 (closed)
Are there points in the code the reviewer needs to double check?
Does this MR meet the acceptance criteria?
-
Documentation created/updated (gitlab!26902 (merged)) -
Added tests for this feature/bug -
In case of conflicts with master
- branch was rebased
What are the relevant issue numbers?
- Closes #2620 (closed)
- !1146 (closed)
- Documentation update gitlab!26902 (merged)