gitlab-org--gitlab-foss/doc/user/admin_area/settings/continuous_integration.md
Lin Jen-Shin d2d30cff55 Initial implementation for default artifacts expiration
TODO: Add tests and screenshots
2017-02-15 15:31:51 +08:00

1.3 KiB

Continuous integration Admin settings

Maximum artifacts size

The maximum size of the build artifacts 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.

  1. Go to Admin area > Settings (/admin/application_settings).

    Admin area settings button

  2. Change the value of maximum artifacts size (in MB):

    Admin area maximum artifacts size

  3. Hit Save for the changes to take effect.

Default artifacts expiration time

The default expiration time of the build artifacts 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

  2. Change the value of default expiration time (in days):

    Admin area default artifacts expiration

  3. Hit Save for the changes to take effect.