diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2018-03-27 13:34:55 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-03-30 14:36:30 +0200 |
commit | 1893625bbd71ba39bee436e84bbf6a42836c4534 (patch) | |
tree | 3dc91ee9c6d403164df5049c6cf82a9bd5059df7 /doc/ci/pipelines.md | |
parent | 80b475d5a045c91aca7df87f65406222f13b6137 (diff) | |
download | gitlab-ce-1893625bbd71ba39bee436e84bbf6a42836c4534.tar.gz |
Provide clarification on mirrored repositories for pipelinesdocs/mirrored-repositories-for-pipelines-ce
Diffstat (limited to 'doc/ci/pipelines.md')
-rw-r--r-- | doc/ci/pipelines.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/ci/pipelines.md b/doc/ci/pipelines.md index 856d7f264e4..301cccc80a3 100644 --- a/doc/ci/pipelines.md +++ b/doc/ci/pipelines.md @@ -2,6 +2,11 @@ > Introduced in GitLab 8.8. +NOTE: **Note:** +If you have a [mirrored repository where GitLab pulls from](https://docs.gitlab.com/ee/workflow/repository_mirroring.html#pulling-from-a-remote-repository), +you may need to enable pipeline triggering in your project's +**Settings > Repository > Pull from a remote repository > Trigger pipelines for mirror updates**. + ## Pipelines A pipeline is a group of [jobs][] that get executed in [stages][](batches). @@ -121,9 +126,8 @@ The basic requirements is that there are two numbers separated with one of the following (you can even use them interchangeably): - a space -- a forward slash (`/`) +- a slash (`/`) - a colon (`:`) -- a dot (`.`) >**Note:** More specifically, [it uses][regexp] this regular expression: `\d+[\s:\/\\]+\d+\s*`. |