From 4bfd7ee5609f4acadafdc296b5a350ee5a245002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 11 Mar 2019 23:56:35 +0000 Subject: doc: ci/include: note about caching --- doc/ci/yaml/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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. -- cgit v1.2.3