Allow store_artifacts path to be a regex
B
Benjaminlwicks
This idea is about https://circleci.com/docs/2.0/artifacts/ (source file: https://github.com/circleci/circleci-docs/blob/master/jekyll/_cci2/artifacts.md)
I am building a multi-module project. I have artifacts that I want to store that follow this pattern: "
/build/reports" where
would be "module1", "module2", etc.Could the store_artifacts path allow a regex to support that? Or is there any other way to shorten the syntax so I don't have to repeatedly specify multiple lines to store artifacts from all modules?
Thanks for considering.
CCI-I-282
Hugh Ingram
I'd like this feature for my multi-module android project. Currently I need to repeat this twice for every single module, once for the unit test job, and again for the lint job:
- store_artifacts:
path: articles/build/reports
destination: articles
It's common for Android projects to have 100+ modules, so a regex would be very helpful here.
E
Evan Herman
This is supported in v1 and now that v1 has been deprecated it would be nice to see this in v2.