Skip to content
Snippets Groups Projects
Unverified Commit 9735108f authored by Achilleas Pipinellis's avatar Achilleas Pipinellis Committed by Steve Azzopardi
Browse files

Merge branch 'docs/fix-link-to-when-delayed' into 'master'

Fix link to 'when delayed' YAML configuration item

See merge request gitlab-org/gitlab-ce!22349
parent 4fa1f7b8
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -197,9 +197,9 @@ stage has a job with a manual action.
 
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/21767) in GitLab 11.4.
 
When you do not want to run a job immediately, you can [delay the job to run after a certain period](yaml/README.md#delayed).
When you do not want to run a job immediately, you can [delay the job to run after a certain period](yaml/README.md#when-delayed).
This is especially useful for timed incremental rollout that new code is rolled out gradually.
For example, if you start rolling out new code and users do not experience trouble, GitLab automatically completes the deployment from 0% to 100%.
For example, if you start rolling out new code and users do not experience trouble, GitLab automatically completes the deployment from 0% to 100%.
Alternatively, if you start rolling out and you noticed that a few users experience trouble with the version,
you can stop the timed incremental rollout by canceling the pipeline, and [rolling](environments.md#rolling-back-changes) it back to the stable version.
 
Loading
Loading
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment