Commit d6853ddd authored by Suzanne Selhorn's avatar Suzanne Selhorn Committed by Marcel Amirault

Moved pipeline info from yaml file to pipelines file

parent ac898833
...@@ -222,10 +222,12 @@ When the number exceeds the limit the page displays an alert and links to a pagi ...@@ -222,10 +222,12 @@ When the number exceeds the limit the page displays an alert and links to a pagi
> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/51401) in GitLab 11.10. > [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/51401) in GitLab 11.10.
The number of pipelines that can be created in a single push is 4. The number of pipelines that can be created in a single push is 4.
This is to prevent the accidental creation of pipelines when `git push --all` This limit prevents the accidental creation of pipelines when `git push --all`
or `git push --mirror` is used. or `git push --mirror` is used.
Read more in the [CI documentation](../ci/yaml/index.md#processing-git-pushes). This limit does not affect any of the updated merge request pipelines.
All updated merge requests have a pipeline created when using
[pipelines for merge requests](../ci/pipelines/merge_request_pipelines.md).
## Retention of activity history ## Retention of activity history
......
...@@ -4710,15 +4710,6 @@ You can use [CI/CD variables](../variables/index.md) to configure how the runner ...@@ -4710,15 +4710,6 @@ You can use [CI/CD variables](../variables/index.md) to configure how the runner
You can also use variables to configure how many times a runner You can also use variables to configure how many times a runner
[attempts certain stages of job execution](../runners/configure_runners.md#job-stages-attempts). [attempts certain stages of job execution](../runners/configure_runners.md#job-stages-attempts).
## Processing Git pushes
GitLab creates at most four branch and tag pipelines when
pushing multiple changes in a single `git push` invocation.
This limitation does not affect any of the updated merge request pipelines.
All updated merge requests have a pipeline created when using
[pipelines for merge requests](../pipelines/merge_request_pipelines.md).
## Deprecated keywords ## Deprecated keywords
The following keywords are deprecated. The following keywords are deprecated.
......
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