From e90c61ca4ef28b9f221303060ce08c57c6b8edef Mon Sep 17 00:00:00 2001 From: hc-github-team-nomad-core <82989552+hc-github-team-nomad-core@users.noreply.github.com> Date: Thu, 5 Dec 2024 19:54:19 +0100 Subject: [PATCH] backport of commit af5e2a742e5d37756ca237c3d946100883f81eed (#24611) Co-authored-by: Aimee Ukasick --- website/content/docs/concepts/job.mdx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/website/content/docs/concepts/job.mdx b/website/content/docs/concepts/job.mdx index 2ba449671b7..3f223d3a21b 100644 --- a/website/content/docs/concepts/job.mdx +++ b/website/content/docs/concepts/job.mdx @@ -128,11 +128,20 @@ versions guide for examples. ### Revert to a previous version You can revert the current running job to a previous version. Nomad stops the -running job and deploys the chosen version. +running job and deploys the chosen version with a new version number. Refer to the [Revert to a version section][revert-version-section] of the Job versions guide for examples using the CLI, API, and web UI. +### Clone and edit + +Using the web UI, you may clone a version as a new version of same job or as a +new job. After you select the version to clone, Nomad loads a screen where you +can edit, plan, and run the new version. + +Because Nomad passes job version attributes using query params, you can copy the +browser address bar URL on the **Jobs/Run** screen to send a link to an editable job spec. + ## Related resources Refer to the following Nomad documentation pages for more information about