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
781d5c79
Commit
781d5c79
authored
Apr 08, 2022
by
Duncan Harris
Committed by
Marcel Amirault
Apr 08, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify outdated deployment jobs
parent
2f37e142
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
doc/ci/pipelines/settings.md
doc/ci/pipelines/settings.md
+8
-1
No files found.
doc/ci/pipelines/settings.md
View file @
781d5c79
...
...
@@ -76,7 +76,14 @@ To avoid this scenario:
1.
Select the
**Skip outdated deployment jobs**
checkbox.
1.
Select
**Save changes**
.
Older deployment jobs are skipped when a new deployment starts.
When a new deployment starts, older deployment jobs are skipped. Skipped jobs are labeled:
-
`forward deployment failure`
in the pipeline view.
-
`The deployment job is older than the previously succeeded deployment job, and therefore cannot be run`
when viewing the completed job.
Job age is determined by the job start time, not the commit time, so a newer commit
can be skipped in some circumstances.
For more information, see
[
Deployment safety
](
../environments/deployment_safety.md
)
.
...
...
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