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
a77076e0
Commit
a77076e0
authored
Feb 19, 2020
by
Etienne Baqué
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added changelog and documentation
parent
f7a53fe6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
changelogs/unreleased/207203-forward-deployment-ui.yml
changelogs/unreleased/207203-forward-deployment-ui.yml
+5
-0
doc/user/project/pipelines/settings.md
doc/user/project/pipelines/settings.md
+13
-0
No files found.
changelogs/unreleased/207203-forward-deployment-ui.yml
0 → 100644
View file @
a77076e0
---
title
:
Added Drop older active deployments project setting
merge_request
:
25520
author
:
type
:
added
doc/user/project/pipelines/settings.md
View file @
a77076e0
...
...
@@ -191,6 +191,19 @@ you can enable this in the project settings:
1.
Check the
**Auto-cancel redundant, pending pipelines**
checkbox.
1.
Click
**Save changes**
.
## Drop older active deployments
> [Introduced](https://gitlab.com/gitlab-org/gitlab/issues/25276) in GitLab 12.9.
The number of pipelines running for your project can be important enough so that
concurrent deployment jobs are scheduled to run within the same time frame.
This can lead to a situation where an older deployment job can be run after a
newer one, which may not be a desired situation.
To avoid such scenario, check the
**Drop older active deployments**
checkbox and save the changes.
## Pipeline Badges
In the pipelines settings page you can find pipeline status and test coverage
...
...
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