Is it possible to use glob in path
parameter of store_artifacts
step?
For instance:
path: some-folder/*.zip
If it’s not supported, is that something worth considering?
I found it tedious to specify several artifacts with the same amount of store_artifacts
steps.
I know it’s possible to store the whole folder, but there might be some unwanted files in the folder or the artifacts are scattered around different directories.