Skip to content

Commit

Permalink
backport of commit af5e2a7 (#24611)
Browse files Browse the repository at this point in the history
Co-authored-by: Aimee Ukasick <[email protected]>
  • Loading branch information
hc-github-team-nomad-core and aimeeu authored Dec 5, 2024
1 parent b0f9322 commit e90c61c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion website/content/docs/concepts/job.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e90c61c

Please sign in to comment.