From 890ce034205386f74f926a170684c1d955baf953 Mon Sep 17 00:00:00 2001 From: Aimee Ukasick Date: Thu, 19 Dec 2024 13:47:01 -0600 Subject: [PATCH] Add link to published tutorial (#24712) (#24736) CE-801 --- website/content/docs/concepts/job.mdx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/website/content/docs/concepts/job.mdx b/website/content/docs/concepts/job.mdx index 2ba449671b7..334a3ebb690 100644 --- a/website/content/docs/concepts/job.mdx +++ b/website/content/docs/concepts/job.mdx @@ -133,6 +133,19 @@ running job and deploys the chosen version. 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 the same job or as +a new job. After you select the version to clone, you may edit, plan, and run +the new version. + +Because Nomad passes job version attributes using query parameters, you can copy +the browser address bar URL on the **Jobs/Run** screen to send a link to an +editable job spec. + +Refer to the [Clone a version section][clone-version-section] of +the Job versions guide for cloning examples. + ## Related resources Refer to the following Nomad documentation pages for more information about @@ -164,3 +177,4 @@ configure them: [job-versions-guide]: /nomad/tutorials/manage-jobs/jobs-version [compare-versions-section]: /nomad/tutorials/manage-jobs/jobs-version#compare-versions [revert-version-section]: /nomad/tutorials/manage-jobs/jobs-version#revert-to-a-version +[clone-version-section]: /nomad/tutorials/manage-jobs/jobs-version#clone-a-version