Will there ever be a CIRCLE_ARTIFACTS_URL environment variable?

It would be really helpful to construct a full path to each of the artifacts that are generated by my builds. I know there is a CIRCLE_ARTIFACTS variable that tells me what directory on my build machine the artifacts live in, but at deployment time I want to build an artifact in HTML that will point at these artifacts so that I can then share that HTML (or host it somewhere) for others to see and use.

I know that we can use the API to drill into those artifacts for a given successful build, but the scheme, host and path that I would need for a full qualified URL aren’t available as an environment variable.

Right now that scheme:host/path looks like this when I ask the API for the artifacts for a build:

https://17-102780997-gh.circle-artifacts.com/0/

I want that ^^ in an environment variable. @KunalJain Thoughts?

4 Likes