diff options
author | Kamil Trzciński <ayufan@ayufan.eu> | 2018-11-13 11:48:17 +0100 |
---|---|---|
committer | Kamil Trzciński <ayufan@ayufan.eu> | 2018-11-13 11:48:17 +0100 |
commit | 4e811d1bde2b7ec05522ca389a3e0bf476301f1f (patch) | |
tree | 7c09ce9d447b96d5fca6d4f0fb57bf752c0c4939 /app | |
parent | 6a66c829aac72bcc30efa2a2f33550077fb353d6 (diff) | |
download | gitlab-ce-4e811d1bde2b7ec05522ca389a3e0bf476301f1f.tar.gz |
Update docsarchive-builds-documentation
Diffstat (limited to 'app')
-rw-r--r-- | app/views/admin/application_settings/_ci_cd.html.haml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app/views/admin/application_settings/_ci_cd.html.haml b/app/views/admin/application_settings/_ci_cd.html.haml index 0f0d7acf94d..0d42094fc89 100644 --- a/app/views/admin/application_settings/_ci_cd.html.haml +++ b/app/views/admin/application_settings/_ci_cd.html.haml @@ -42,11 +42,12 @@ <code>4 mins 2 sec</code>, <code>2h42min</code>. = link_to icon('question-circle'), help_page_path('user/admin_area/settings/continuous_integration', anchor: 'default-artifacts-expiration') .form-group - = f.label :archive_builds_in_human_readable, 'Archive jobs in', class: 'label-bold' + = f.label :archive_builds_in_human_readable, 'Archive jobs', class: 'label-bold' = f.text_field :archive_builds_in_human_readable, class: 'form-control', placeholder: 'never' .form-text.text-muted - Set the duration when job gonna be considered old. Archived jobs cannot be retried. - Make it empty to never expire jobs. It has to be no less than 1 day. - For example: <code>15 days</code>, <code>1 month</code>, <code>2 years</code>. + Set the duration for which the jobs will be considered as old and expired. + Once that time passes, the jobs will be archived and no longer able to be + retried. Make it empty to never expire jobs. It has to be no less than 1 day, + for example: <code>15 days</code>, <code>1 month</code>, <code>2 years</code>. = f.submit 'Save changes', class: "btn btn-success" |