ServiceActive

Nx Cloud Remote Caching

Share cached task results across developer machines and CI with Nx Cloud remote caching.

Open source page

Field note

What it does

Nx Cloud remote caching shares locally cached task results across developer machines and CI jobs, restoring terminal output and artifacts on cache hits without re-running tasks.

Capabilities

Available capabilities

Tags

Tags

Ways to use it

Ways to use it

cli

Not filed / https://nx.dev/docs/features/ci-features/remote-cache

sdk

Not filed / https://nx.dev/nx-cloud

Product features

Product features

already have an after script section

azure-pipelines.yml

bitbucket-pipelines.yml

Configure your CI pipeline

dependencies, etc.

Enable self-healing CI

.github/workflows/ci.yml

.gitlab-ci.yml

NEW: Add this section at the end of your job if you don't

NEW: Add this step at the end of your job

These are just illustrative examples...

Your existing steps which check out the repo, start-ci-run, install