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
45d2a4d9
Commit
45d2a4d9
authored
Apr 12, 2022
by
Adam Mulvany
Committed by
Marcel Amirault
Apr 12, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify what is removed in archive jobs
parent
1ad1bcd5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/user/admin_area/settings/continuous_integration.md
doc/user/admin_area/settings/continuous_integration.md
+3
-3
No files found.
doc/user/admin_area/settings/continuous_integration.md
View file @
45d2a4d9
...
...
@@ -149,8 +149,8 @@ As an administrator you can set either a global or namespace-specific limit on t
## Archive jobs
Archiving jobs is useful for reducing the CI/CD footprint on the system by
removing some of the capabilities of the jobs (metadata
needed to run the job),
Archiving jobs is useful for reducing the CI/CD footprint on the system by
removing some
of the capabilities of the jobs (metadata stored in the database
needed to run the job),
but persisting the traces and artifacts for auditing purposes.
To set the duration for which the jobs are considered as old and expired:
...
...
@@ -161,7 +161,7 @@ To set the duration for which the jobs are considered as old and expired:
1.
Set the value of
**Archive jobs**
.
1.
Hit
**Save changes**
for the changes to take effect.
After that time passes, the jobs are archived and no longer able to be
After that time passes, the jobs are archived
in the background
and no longer able to be
retried. Make it empty to never expire jobs. It has to be no less than 1 day,
for example:
<code>
15 days
</code>
,
<code>
1 month
</code>
,
<code>
2 years
</code>
.
...
...
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