Commit 0a69caad authored by Harsh Chouraria's avatar Harsh Chouraria Committed by Marcel Amirault

Keyword include: does not work in required pipelines

Due to issue https://gitlab.com/gitlab-org/gitlab/-/issues/35345,
defining any nested configuration within the configuration used as the
required pipeline configuration (via `include:file`) will not work.
parent f17548a0
......@@ -187,6 +187,12 @@ sourced from:
- The [instance template repository](instance_template_repository.md).
- GitLab-supplied configuration.
NOTE:
When you use a configuration defined in an instance template repository,
nested [`include:`](../../../ci/yaml/README.md#include) keywords
(including `include:file`, `include:local`, `include:remote`, and `include:template`)
[do not work](https://gitlab.com/gitlab-org/gitlab/-/issues/35345).
To set required pipeline configuration:
1. Go to **Admin Area > Settings > CI/CD**.
......
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