diff --git a/doc/ci/jobs/index.md b/doc/ci/jobs/index.md index ed3ea86c7c8178cd704a9a7748151f30ff4535ba..9adc06c3dfc25f0f342bc2db2916c399d3f5444e 100644 --- a/doc/ci/jobs/index.md +++ b/doc/ci/jobs/index.md @@ -104,7 +104,7 @@ can find the reason: In each place, if you hover over the failed job you can see the reason it failed. - + You can also see the reason it failed on the Job detail page. @@ -148,11 +148,11 @@ to read. You can automatically group similar jobs together. If the job names are formatted in a certain way, they are collapsed into a single group in regular pipeline graphs (not the mini graphs). -You can recognize when a pipeline has grouped jobs if you don't see the retry or -cancel button inside them. Hovering over them shows the number of grouped -jobs. Select to expand them. +You can recognize when a pipeline has grouped jobs if you see a number next to a job +name instead of the retry or cancel buttons. The number indicates the amount of grouped +jobs. Hovering over them shows you if all jobs have passed or any has failed. Select to expand them. - + To create a group of jobs, in the `.gitlab-ci.yml` file, separate each job name with a number and one of the following: @@ -292,7 +292,7 @@ the [variable is overridden](../variables/index.md#override-a-defined-cicd-varia Any variables overridden by using this process are [expanded](../variables/index.md#prevent-cicd-variable-expansion) and not [masked](../variables/index.md#mask-a-cicd-variable). - + ## Delay a job @@ -307,7 +307,7 @@ For example, if you start rolling out new code and: - Users experience trouble with the new code, you can stop the timed incremental rollout by canceling the pipeline and [rolling](../environments/index.md#retry-or-roll-back-a-deployment) back to the last stable version. - + ## Deployment jobs