diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-03-16 18:18:33 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-03-16 18:18:33 +0000 |
commit | f64a639bcfa1fc2bc89ca7db268f594306edfd7c (patch) | |
tree | a2c3c2ebcc3b45e596949db485d6ed18ffaacfa1 /doc/ci/jobs | |
parent | bfbc3e0d6583ea1a91f627528bedc3d65ba4b10f (diff) | |
download | gitlab-ce-f64a639bcfa1fc2bc89ca7db268f594306edfd7c.tar.gz |
Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40
Diffstat (limited to 'doc/ci/jobs')
-rw-r--r-- | doc/ci/jobs/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/jobs/index.md b/doc/ci/jobs/index.md index d1fe6db3ee4..0c5fa59da8e 100644 --- a/doc/ci/jobs/index.md +++ b/doc/ci/jobs/index.md @@ -153,7 +153,7 @@ Job grouping is evaluated with an improved regular expression to group jobs by n The new implementation removes one or more `: [...]`, `X Y`, `X/Y`, or `X\Y` sequences from the **end** of job names only. -Matching substrings occuring at the beginning or in the middle of build names are +Matching substrings occurring at the beginning or in the middle of build names are no longer removed. ## Specifying variables when running manual jobs @@ -187,7 +187,7 @@ For example, if you start rolling out new code and: - Users do not experience trouble, GitLab can automatically complete the deployment from 0% to 100%. - Users experience trouble with the new code, you can stop the timed incremental rollout by canceling the pipeline - and [rolling](../environments/index.md#retrying-and-rolling-back) back to the last stable version. + and [rolling](../environments/index.md#retry-or-roll-back-a-deployment) back to the last stable version. ![Pipelines example](img/pipeline_incremental_rollout.png) |