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
1a7bf1f6
Commit
1a7bf1f6
authored
Sep 17, 2018
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve docs conflicts
parent
d572b194
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
48 deletions
+0
-48
doc/user/admin_area/settings/continuous_integration.md
doc/user/admin_area/settings/continuous_integration.md
+0
-48
No files found.
doc/user/admin_area/settings/continuous_integration.md
View file @
1a7bf1f6
...
...
@@ -4,7 +4,6 @@ In this area, you will find settings for Auto DevOps, Runners and job artifacts.
You can find it in the admin area, under
**Settings > Continuous Integration and Deployment**
.
![
Admin area settings button
](
../img/admin_area_settings_button.png
)
<<<<<<< HEAD
## Auto DevOps **[CORE ONLY]**
...
...
@@ -92,50 +91,3 @@ You can see there an overview of the pipeline minutes quota of all projects of
the group.
![
Group pipelines quota
](
img/group_pipelines_quota.png
)
=======
## Auto DevOps **[CORE ONLY]**
To enable (or disable)
[
Auto DevOps
](
../../../topics/autodevops/index.md
)
for all projects:
1.
Go to
**Admin area > Settings > Continuous Integration and Deployment**
.
1.
Check (or uncheck to disable) the box that says "Default to Auto DevOps pipeline for all projects".
1.
Optionally, set up the
[
Auto DevOps base domain
](
../../../topics/autodevops/index.md#auto-devops-base-domain
)
which is going to be used for Auto Deploy and Auto Review Apps.
1.
Hit
**Save changes**
for the changes to take effect.
From now on, every existing project and newly created ones that don't have a
`.gitlab-ci.yml`
, will use the Auto DevOps pipelines.
If you want to disable it for a specific project, you can do so in
[
its settings
](
../../../topics/autodevops/index.md#enabling-auto-devops
)
.
## Maximum artifacts size **[CORE ONLY]**
The maximum size of the
[
job artifacts
][
art-yml
]
can be set in the Admin area
of your GitLab instance. The value is in
*MB*
and the default is 100MB per job;
on GitLab.com it's
[
set to 1G
](
../../gitlab_com/index.md#gitlab-ci-cd
)
.
To change it:
1.
Go to
**Admin area > Settings > Continuous Integration and Deployment**
.
1.
Change the value of maximum artifacts size (in MB).
1.
Hit
**Save changes**
for the changes to take effect.
## Default artifacts expiration **[CORE ONLY]**
The default expiration time of the
[
job artifacts
](
../../../administration/job_artifacts.md
)
can be set in the Admin area of your GitLab instance. The syntax of duration is
described in
[
`artifacts:expire_in`
](
../../../ci/yaml/README.md#artifacts-expire_in
)
and the default value is
`30 days`
. On GitLab.com they
[
never expire
](
../../gitlab_com/index.md#gitlab-ci-cd
)
.
1.
Go to
**Admin area > Settings > Continuous Integration and Deployment**
.
1.
Change the value of default expiration time.
1.
Hit
**Save changes**
for the changes to take effect.
This setting is set per job and can be overridden in
[
`.gitlab-ci.yml`
](
../../../ci/yaml/README.md#artifacts-expire_in
)
.
To disable the expiration, set it to
`0`
. The default unit is in seconds.
>>>>>>> upstream/master
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