[Feature request] Support custom variable name in "upload_name" field #230
Labels
Area: Report Upload
Issues with pre-ingest report uploading
Eng Area: CircleCI Orb
enhancement
New feature or request
Medium
Medium Priority Issues (to be fixed or re-evaluated in 3 months
When not specified,
upload_name
uses$CIRCLE_BUILD_NUM
, which I found in the changelog. The docs suggest an empty string:☝ this could be treated as a small "bug" in docs 😉 but I actually wanted to ask for a feature.
It would be nice to name uploaded reports per container. Unfortunately, CircleCI doesn't support environment variable interpolation in
yaml
so something like this:is going to result in the name as we see it:
But I'd be totally fine with preparing the variable name in a previous step, like this, and using it later:
or to be more explicit:
With whatever priority
upload_name
vsupload_name_var
should have in case they are used together.What do you think?
The text was updated successfully, but these errors were encountered: