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
d3d494bc
Commit
d3d494bc
authored
Jun 04, 2021
by
Katrin Leinweber
Committed by
Marcel Amirault
Jun 04, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify meaning of Git ref in CI artifacts context
parent
08344e29
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
doc/user/admin_area/settings/continuous_integration.md
doc/user/admin_area/settings/continuous_integration.md
+3
-2
No files found.
doc/user/admin_area/settings/continuous_integration.md
View file @
d3d494bc
...
...
@@ -89,8 +89,9 @@ artifacts, as described in the [troubleshooting documentation](../../../administ
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/50889) in GitLab Core 13.9.
When enabled (default), the artifacts for the most recent pipeline for a ref are
locked against deletion and kept regardless of the expiry time.
When enabled (default), the artifacts of the most recent pipeline for each Git ref
(
[
branches and tags
](
https://git-scm.com/book/en/v2/Git-Internals-Git-References
)
)
are locked against deletion and kept regardless of the expiry time.
When disabled, the latest artifacts for any
**new**
successful or fixed pipelines
are allowed to expire.
...
...
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