Nx
Enterprise
Nx
Overview
Sign in / Sign up
Open main menu
Nx
GitHub
Select a tab
Overview
Runs
Analytics
Nx
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Filter
Filter exact branch match
Exact
Select status
Failed
31678
9f72fa11 feat(core): add CI warning for missing remote cache solution Running Nx in CI without a remote cache is a common misconfiguration that leads to slow, inefficient builds. This change introduces a proactive warning to prevent this "silent failure" and guide users toward a performant setup. A new `NxCloudCIMessageLifeCycle` hook now checks for a remote cache configuration at the start of any command run within a CI environment. The warning is only displayed if no remote caching is detected. It is intelligently suppressed if the workspace has: * An Nx Cloud access token configured. * A dependency on nx-cloud or @nrwl/nx-cloud. * An on-premise cache provider (s3, gcs, azure, sharedFs) configured in nx.json. * The NX_SELF_HOSTED_REMOTE_CACHE_SERVER environment variable set. This ensures we only notify users who are genuinely missing out on caching, improving the out-of-the-box developer experience.
3 days ago
by bcabanes
Previous Page
Prev
Next
Next Page