Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
ede8fd54
Commit
ede8fd54
authored
Nov 21, 2019
by
Jake Burden
Committed by
Marcia Ramos
Nov 21, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve "environment rollback was not friendly"
parent
3938c5c9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
changelogs/unreleased/31649-environment-rollback-was-not-friendly.yml
...nreleased/31649-environment-rollback-was-not-friendly.yml
+5
-0
doc/ci/environments.md
doc/ci/environments.md
+7
-0
No files found.
changelogs/unreleased/31649-environment-rollback-was-not-friendly.yml
0 → 100644
View file @
ede8fd54
---
title
:
Resolve environment rollback was not friendly
merge_request
:
20121
author
:
type
:
other
doc/ci/environments.md
View file @
ede8fd54
...
...
@@ -485,6 +485,13 @@ To retry or rollback a deployment:
-
**Retry**
button next to the last deployment, to retry that deployment.
-
**Rollback**
button next to a previously successful deployment, to roll back to that deployment.
#### What to expect with a rollback
Pressing the
**Rollback**
button on a specific commit will trigger a _new_ deployment with its
own unique job ID.
This means that you will see a new deployment that points to the commit you are rolling back to.
NOTE:
**Note:**
The defined deployment process in the job's
`script`
determines whether the rollback succeeds or not.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment