From 7735cc2b1268b82b0246b692838b8220e8048173 Mon Sep 17 00:00:00 2001 From: Philip Fulcher Date: Mon, 21 Apr 2025 08:16:59 -0600 Subject: [PATCH] docs(nx-dev): adjusting publish date --- ....md => 2025-04-21-nx-cloud-update-april-2025.md} | 12 ++++++------ .../assignment-rules-viz.avif | Bin .../{2025-04-16 => 2025-04-21}/cipe-filters.avif | Bin .../{2025-04-16 => 2025-04-21}/flaky-retries.avif | Bin .../{2025-04-16 => 2025-04-21}/github-url.avif | Bin .../images/{2025-04-16 => 2025-04-21}/header.avif | Bin .../images/{2025-04-16 => 2025-04-21}/header.png | Bin .../{2025-04-16 => 2025-04-21}/request-access.avif | Bin 8 files changed, 6 insertions(+), 6 deletions(-) rename docs/blog/{2025-04-16-nx-cloud-update-april-2025.md => 2025-04-21-nx-cloud-update-april-2025.md} (94%) rename docs/blog/images/{2025-04-16 => 2025-04-21}/assignment-rules-viz.avif (100%) rename docs/blog/images/{2025-04-16 => 2025-04-21}/cipe-filters.avif (100%) rename docs/blog/images/{2025-04-16 => 2025-04-21}/flaky-retries.avif (100%) rename docs/blog/images/{2025-04-16 => 2025-04-21}/github-url.avif (100%) rename docs/blog/images/{2025-04-16 => 2025-04-21}/header.avif (100%) rename docs/blog/images/{2025-04-16 => 2025-04-21}/header.png (100%) rename docs/blog/images/{2025-04-16 => 2025-04-21}/request-access.avif (100%) diff --git a/docs/blog/2025-04-16-nx-cloud-update-april-2025.md b/docs/blog/2025-04-21-nx-cloud-update-april-2025.md similarity index 94% rename from docs/blog/2025-04-16-nx-cloud-update-april-2025.md rename to docs/blog/2025-04-21-nx-cloud-update-april-2025.md index 57751126ae..e9481f2ad5 100644 --- a/docs/blog/2025-04-16-nx-cloud-update-april-2025.md +++ b/docs/blog/2025-04-21-nx-cloud-update-april-2025.md @@ -3,7 +3,7 @@ title: 'Nx Cloud Update - Assignment rules come out of beta and more!' slug: nx-cloud-update-april-2025 authors: ['Philip Fulcher'] tags: ['nx-cloud'] -cover_image: /blog/images/2025-04-16/header.avif +cover_image: /blog/images/2025-04-21/header.avif description: 'Nx Cloud updates for April 2025 include assignment rules coming out of beta, CIPE filters, flaky retry configuration, and more!' youtubeUrl: https://youtu.be/mug02alT7rQ --- @@ -58,29 +58,29 @@ We're so excited about this feature that we've built it to work with both [Agent We're also providing a new UI that tells you exactly what tasks are being run on which agents and the rules impacting them. -![Screenshot of UI showing how assignment rules are affecting tasks](/blog/images/2025-04-16/assignment-rules-viz.avif) +![Screenshot of UI showing how assignment rules are affecting tasks](/blog/images/2025-04-21/assignment-rules-viz.avif) ## Find your CIPEs with better filtering -![Screenshot of UI showing filters for CIPEs view](/blog/images/2025-04-16/cipe-filters.avif) +![Screenshot of UI showing filters for CIPEs view](/blog/images/2025-04-21/cipe-filters.avif) Having trouble finding a CI Pipeline Execution (CIPE)? We've added new filter options for the CIPEs list. You can now filter by committer, branch, or date range. You can even sort by duration to help find your longest CIPEs. ## Control how flaky task retries work with your workspace -![Screenshot of UI showing configuration options for flaky task retries](/blog/images/2025-04-16/flaky-retries.avif) +![Screenshot of UI showing configuration options for flaky task retries](/blog/images/2025-04-21/flaky-retries.avif) Flaky retries are great at unblocking your CI pipelines by automatically retrying tasks that Nx Cloud detects as flaky. This means you spend less time re-running CI pipelines when you have a task that passes sometimes and fails other times. You now have more control over this process. You can fine-tune how Nx Cloud retries tasks, specify a time range when flakiness is determined, or even turn it off entirely. This helps optimize when tasks are retried so you can control resource use and CI cost. ## Request access to protected views -![Screenshot of UI showing an option to request access to a protected resource](/blog/images/2025-04-16/request-access.avif) +![Screenshot of UI showing an option to request access to a protected resource](/blog/images/2025-04-21/request-access.avif) Access control is important, but it can be time-consuming to give the right access to the right people. Now, users can request access with a simple button click, and an admin will be alerted to adjust their access. This automated process saves your team time by not having to send another email or submit a support ticket for access. ## Nx Agents supports custom GitHub domains -![Screenshot of UI showing how to use a custom GitHub URL for Nx Agents](/blog/images/2025-04-16/github-url.avif) +![Screenshot of UI showing how to use a custom GitHub URL for Nx Agents](/blog/images/2025-04-21/github-url.avif) Using GitHub Enterprise and having a custom URL? Nx Agents now works with these custom domains, check for the option to override your domain during setup. diff --git a/docs/blog/images/2025-04-16/assignment-rules-viz.avif b/docs/blog/images/2025-04-21/assignment-rules-viz.avif similarity index 100% rename from docs/blog/images/2025-04-16/assignment-rules-viz.avif rename to docs/blog/images/2025-04-21/assignment-rules-viz.avif diff --git a/docs/blog/images/2025-04-16/cipe-filters.avif b/docs/blog/images/2025-04-21/cipe-filters.avif similarity index 100% rename from docs/blog/images/2025-04-16/cipe-filters.avif rename to docs/blog/images/2025-04-21/cipe-filters.avif diff --git a/docs/blog/images/2025-04-16/flaky-retries.avif b/docs/blog/images/2025-04-21/flaky-retries.avif similarity index 100% rename from docs/blog/images/2025-04-16/flaky-retries.avif rename to docs/blog/images/2025-04-21/flaky-retries.avif diff --git a/docs/blog/images/2025-04-16/github-url.avif b/docs/blog/images/2025-04-21/github-url.avif similarity index 100% rename from docs/blog/images/2025-04-16/github-url.avif rename to docs/blog/images/2025-04-21/github-url.avif diff --git a/docs/blog/images/2025-04-16/header.avif b/docs/blog/images/2025-04-21/header.avif similarity index 100% rename from docs/blog/images/2025-04-16/header.avif rename to docs/blog/images/2025-04-21/header.avif diff --git a/docs/blog/images/2025-04-16/header.png b/docs/blog/images/2025-04-21/header.png similarity index 100% rename from docs/blog/images/2025-04-16/header.png rename to docs/blog/images/2025-04-21/header.png diff --git a/docs/blog/images/2025-04-16/request-access.avif b/docs/blog/images/2025-04-21/request-access.avif similarity index 100% rename from docs/blog/images/2025-04-16/request-access.avif rename to docs/blog/images/2025-04-21/request-access.avif