Fork me on GitHub
#circleci
<
2021-09-21
>
Twan09:09:29

Is CIRCLE_ARTIFACTS still an existing variable? It is referenced in historic posts, but seems no longer available

gordon09:09:05

Can you explain your use case a bit? Saving artifacts can be done with the https://circleci.com/docs/2.0/configuration-reference/#storeartifacts command which you can point at any directory.

thumbnail08:09:01

In our test-suite we store screenshots of failures in ./tmp unless CIRCLE_ARTIFACTS was set (use that instead). We changed this to switch based on CI. But it seems odd that the env variable just disappeared on us 😞

Marc O'Morain16:09:57

CIRCLE_ARTIFACTS was only set in CircleCI 1.0, which was sunset in 2018/2019

🤯 1
thumbnail16:09:35

The project is from before that time; IIRC this was right around the 1.0 -> 2.0 migration indeed. Thanks for getting back 🙂.

Twan12:10:49

Thanks, for you answer 🙂