提交 5bcae596 编写于 作者: E Evan Read

Edit note about remote includes

上级 b1d4cea7
......@@ -1789,16 +1789,15 @@ include:
- remote: 'https://gitlab.com/awesome-project/raw/master/.gitlab-ci-template.yml'
```
At pipeline creation, remote `.gitlab-ci.yml` files are expanded to create
pipelines with stages containing jobs and retried jobs.
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.
Changes to remote includes will not affect already created pipelines.To have remote includes affect already
created pipelines, recreate the pipeline.
#### Nested includes
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册