2016-08-04 05:57:07 -04:00
|
|
|
# Continuous integration Admin settings
|
|
|
|
|
|
|
|
## Maximum artifacts size
|
|
|
|
|
2017-02-14 05:00:37 -05:00
|
|
|
The maximum size of the [build artifacts][art-yml] can be set in the Admin
|
|
|
|
area of your GitLab instance. The value is in *MB* and the default is 100MB.
|
|
|
|
Note that this setting is set for each job.
|
2016-08-04 05:57:07 -04:00
|
|
|
|
|
|
|
1. Go to **Admin area > Settings** (`/admin/application_settings`).
|
|
|
|
|
|
|
|
![Admin area settings button](img/admin_area_settings_button.png)
|
|
|
|
|
2017-02-14 05:00:37 -05:00
|
|
|
1. Change the value of maximum artifacts size (in MB):
|
2016-08-04 05:57:07 -04:00
|
|
|
|
|
|
|
![Admin area maximum artifacts size](img/admin_area_maximum_artifacts_size.png)
|
|
|
|
|
|
|
|
1. Hit **Save** for the changes to take effect.
|
|
|
|
|
2017-02-14 05:00:37 -05:00
|
|
|
[art-yml]: ../../../administration/build_artifacts.md
|
|
|
|
|
|
|
|
## Default artifacts expiration time
|
|
|
|
|
|
|
|
The default expiration time of the [build artifacts][art-yml] can be set in
|
|
|
|
the Admin area of your GitLab instance. The value is in *days* and the
|
|
|
|
default is 30 days. Note that this setting is set for each job. Set it to
|
|
|
|
0 as never expired by default.
|
|
|
|
|
|
|
|
1. Go to **Admin area > Settings** (`/admin/application_settings`).
|
|
|
|
|
|
|
|
![Admin area settings button](img/admin_area_settings_button.png)
|
|
|
|
|
|
|
|
1. Change the value of default expiration time (in days):
|
|
|
|
|
|
|
|
![Admin area default artifacts expiration](img/admin_area_default_artifacts_expiration.png)
|
|
|
|
|
|
|
|
1. Hit **Save** for the changes to take effect.
|
2016-08-04 05:57:07 -04:00
|
|
|
|
|
|
|
[art-yml]: ../../../administration/build_artifacts.md
|