If your build produces persistent artifacts such as screenshots, coverage reports, core files, or deployment tarballs, CircleCI can store these files and provide a link to download them. You can find them on the 'Artifacts' tab:
The documentation for using artifacts is here: https://circleci.com/docs/2.0/artifacts/
Artifacts will be available for up to 30 days.
Retention time for this can be managed through your usage controls.
Higher retention period will result in higher associated storage costs.
If you're relying on them as a source of documentation / persistent content, we recommend deploying the output to a dedicated output target, such as GitHub Pages or Netlify for static websites.
Comments
Article is closed for comments.