Skip to content
代码片段 群组 项目
未验证 提交 f8d5adce 编辑于 作者: Payton Burdette's avatar Payton Burdette 提交者: GitLab
浏览文件

Add artifacts archive setting

Adds a new setting to configure
artifacts archive size via the admin UI.

Changelog: added
上级 77ded7a6
No related branches found
No related tags found
无相关合并请求
......@@ -29,6 +29,11 @@
.form-text.text-muted
= _("The maximum file size for job artifacts.")
= link_to _('Learn more.'), help_page_path('administration/settings/continuous_integration', anchor: 'maximum-artifacts-size')
.form-group
= f.label :max_artifacts_content_include_size, _('Maximum artifacts archive size (bytes)'), class: 'label-bold'
= f.number_field :max_artifacts_content_include_size, class: 'form-control gl-form-input'
.form-text.text-muted
= _("The maximum file size for job artifacts archive.")
.form-group
= f.label :default_artifacts_expire_in, _('Default artifacts expiration'), class: 'label-bold'
= f.text_field :default_artifacts_expire_in, class: 'form-control gl-form-input'
......
......@@ -32905,6 +32905,9 @@ msgstr ""
msgid "Maximum allowed lifetime for SSH keys (days)"
msgstr ""
 
msgid "Maximum artifacts archive size (bytes)"
msgstr ""
msgid "Maximum artifacts size"
msgstr ""
 
......@@ -54723,6 +54726,9 @@ msgstr ""
msgid "The maximum file size allowed is %{size}."
msgstr ""
 
msgid "The maximum file size for job artifacts archive."
msgstr ""
msgid "The maximum file size for job artifacts."
msgstr ""
 
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册