Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
d88b08c1
Commit
d88b08c1
authored
Nov 09, 2021
by
Marcel Amirault
Committed by
Suzanne Selhorn
Nov 09, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify details about the wildcard paths
parent
9970eee1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
doc/ci/yaml/index.md
doc/ci/yaml/index.md
+5
-6
No files found.
doc/ci/yaml/index.md
View file @
d88b08c1
...
...
@@ -426,8 +426,11 @@ Use `include:local` instead of symbolic links.
**Keyword type**
: Global keyword.
**Possible inputs**
: A full path relative to the root directory (
`/`
).
The YAML file must have the extension
`.yml`
or
`.yaml`
. Wildcard paths (
`*`
and
`**`
) are supported.
**Possible inputs**
:
-
A full path relative to the root directory (
`/`
).
-
The YAML file must have the extension
`.yml`
or
`.yaml`
.
-
You can
[
use `*` and `**` wildcards in the file path
](
includes.md#use-includelocal-with-wildcard-file-paths
)
.
**Example of `include:local`**
:
...
...
@@ -449,10 +452,6 @@ include: '.gitlab-ci-production.yml'
-
All
[
nested includes
](
includes.md#use-nested-includes
)
are executed in the scope of the same project,
so you can use local, project, remote, or template includes.
**Related topics**
:
-
[
Use `include:local` with wildcard file paths
](
includes.md#use-includelocal-with-wildcard-file-paths
)
.
#### `include:file`
> - [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/53903) in GitLab 11.7.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment