Skip to content

Writes both verbose logs file and succinct plan files to /tmp/artifacts/

Compare
Choose a tag to compare
@jpbochi jpbochi released this 28 Jan 14:59
· 42 commits to master since this release
72f883a

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.