Commit a989bee5 authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch 'docs-rename-skip-outdated-jobs' into 'master'

Rename feature to "Skip outdated deployment jobs"

Closes #211480

See merge request gitlab-org/gitlab!27659
parents 08eec0c1 7d3023e7
...@@ -92,10 +92,10 @@ ...@@ -92,10 +92,10 @@
.form-check .form-check
= f.check_box :forward_deployment_enabled, { class: 'form-check-input' } = f.check_box :forward_deployment_enabled, { class: 'form-check-input' }
= f.label :forward_deployment_enabled, class: 'form-check-label' do = f.label :forward_deployment_enabled, class: 'form-check-label' do
%strong= _("Skip older, pending deployment jobs") %strong= _("Skip outdated deployment jobs")
.form-text.text-muted .form-text.text-muted
= _("When a deployment job is successful, skip older deployment jobs that are still pending") = _("When a deployment job is successful, skip older deployment jobs that are still pending")
= link_to icon('question-circle'), help_page_path('ci/pipelines/settings', anchor: 'skip-older-pending-deployment-jobs'), target: '_blank' = link_to icon('question-circle'), help_page_path('ci/pipelines/settings', anchor: 'skip-outdated-deployment-jobs'), target: '_blank'
%hr %hr
.form-group .form-group
......
---
title: Rename feature on the FE and locale
merge_request:
author:
type: changed
...@@ -192,7 +192,7 @@ you can enable this in the project settings: ...@@ -192,7 +192,7 @@ you can enable this in the project settings:
1. Check the **Auto-cancel redundant, pending pipelines** checkbox. 1. Check the **Auto-cancel redundant, pending pipelines** checkbox.
1. Click **Save changes**. 1. Click **Save changes**.
## Skip older, pending deployment jobs ## Skip outdated deployment jobs
> [Introduced](https://gitlab.com/gitlab-org/gitlab/issues/25276) in GitLab 12.9. > [Introduced](https://gitlab.com/gitlab-org/gitlab/issues/25276) in GitLab 12.9.
...@@ -206,7 +206,7 @@ To avoid this scenario: ...@@ -206,7 +206,7 @@ To avoid this scenario:
1. Go to **{settings}** **Settings > CI / CD**. 1. Go to **{settings}** **Settings > CI / CD**.
1. Expand **General pipelines**. 1. Expand **General pipelines**.
1. Check the **Skip older, pending deployment jobs** checkbox. 1. Check the **Skip outdated deployment jobs** checkbox.
1. Click **Save changes**. 1. Click **Save changes**.
The pending deployment jobs will be skipped. The pending deployment jobs will be skipped.
......
...@@ -18323,7 +18323,7 @@ msgstr "" ...@@ -18323,7 +18323,7 @@ msgstr ""
msgid "Size settings for static websites" msgid "Size settings for static websites"
msgstr "" msgstr ""
msgid "Skip older, pending deployment jobs" msgid "Skip outdated deployment jobs"
msgstr "" msgstr ""
msgid "Skip this for now" msgid "Skip this for now"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment