diff --git a/app/views/admin/application_settings/_ci_cd.html.haml b/app/views/admin/application_settings/_ci_cd.html.haml
index ca6211e96ff65afd0d2f9345457d6539b5dd8c5a..6235d89bc4f1975db8e0f966b492f96407feea0d 100644
--- a/app/views/admin/application_settings/_ci_cd.html.haml
+++ b/app/views/admin/application_settings/_ci_cd.html.haml
@@ -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'
diff --git a/locale/gitlab.pot b/locale/gitlab.pot
index 321ac01bcbbb79fa8c1ec5942cc463dfa077435f..164c84e818ab09088e53f24002b29b1dd12e6101 100644
--- a/locale/gitlab.pot
+++ b/locale/gitlab.pot
@@ -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 ""