Skip to content

Commit

Permalink
Add link to published tutorial (#24712)
Browse files Browse the repository at this point in the history
CE-801
  • Loading branch information
aimeeu authored Dec 19, 2024
1 parent 30ab889 commit 8dc4a94
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions website/content/docs/concepts/job.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,16 @@ 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.
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 params, you can copy the
browser address bar URL on the **Jobs/Run** screen to send a link to an editable job spec.
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

Expand Down Expand Up @@ -173,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

0 comments on commit 8dc4a94

Please sign in to comment.