Writes both verbose logs file and succinct plan files to /tmp/artifacts/
To make use of the code change here, repos using this toolbox should add the following lines to their .circleci/config.yml
file.
- store_artifacts:
path: /tmp/artifacts
destination: /
This is an opt-in feature. The repos that don't apply the change above should see no impact in their builds.