Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-03-12 02:56:36 +0300
committerEvan Read <eread@gitlab.com>2019-03-12 02:56:36 +0300
commitb1d4cea707914b65e2ba615342e74608f354378d (patch)
tree2bd97b2d6b0619bcbff8526617a11e10863b764f
parent183331cb2851e0d8a905dc5ea165926a171ab69a (diff)
parent4bfd7ee5609f4acadafdc296b5a350ee5a245002 (diff)
Merge branch 'patch-14' into 'master'
doc: ci/include: note about caching See merge request gitlab-org/gitlab-ce!22654
-rw-r--r--doc/ci/yaml/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index f170323059a..71558627b01 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -1792,6 +1792,14 @@ include:
All nested includes will be executed without context as public user, so only another remote,
or public project, or template is allowed.
+NOTE: **Note:**
+Changes to remote includes will not have effect on already created pipelines,
+because the include is being evaluated at the time of pipeline creation.
+This is when full definition of CI yaml is being expanded in order to create
+pipeline with stages with jobs. You always retry job that is already created,
+thus created after pipeline creation. To re-include all (thus re-evaluate the
+configuration), you have to re-create pipeline.
+
#### Nested includes
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/53903) in GitLab 11.7.