Does store_artifacts support glob?

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.

3 Likes

I would like to store artifacts with a version string in the filename. A glob makes that much easier.

1 Like