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
8e64b13b
Commit
8e64b13b
authored
May 11, 2021
by
Furkan Ayhan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable the FF ci_wildcard_file_paths by default
It has been enabled on GitLabcom
parent
70d40db5
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
8 deletions
+18
-8
changelogs/unreleased/327315-enable-ci_wildcard_file_paths.yml
...elogs/unreleased/327315-enable-ci_wildcard_file_paths.yml
+5
-0
config/feature_flags/development/ci_wildcard_file_paths.yml
config/feature_flags/development/ci_wildcard_file_paths.yml
+1
-1
doc/ci/yaml/README.md
doc/ci/yaml/README.md
+12
-7
No files found.
changelogs/unreleased/327315-enable-ci_wildcard_file_paths.yml
0 → 100644
View file @
8e64b13b
---
title
:
Implement wildcard support for pipeline include file paths
merge_request
:
61507
author
:
type
:
added
config/feature_flags/development/ci_wildcard_file_paths.yml
View file @
8e64b13b
...
...
@@ -5,4 +5,4 @@ rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/327315
milestone
:
'
13.11'
type
:
development
group
:
group::pipeline authoring
default_enabled
:
fals
e
default_enabled
:
tru
e
doc/ci/yaml/README.md
View file @
8e64b13b
...
...
@@ -482,10 +482,15 @@ Use local includes instead of symbolic links.
##### `include:local` with wildcard file paths
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/25921) in GitLab 13.11.
> - It's [deployed behind a feature flag](../../user/feature_flags.md), disabled by default.
> - It's disabled on GitLab.com.
> - It's not recommended for production use.
> - To use it in GitLab self-managed instances, ask a GitLab administrator to enable it. **(CORE ONLY)**
> - [Deployed behind a feature flag](../../user/feature_flags.md), disabled by default.
> - [Enabled by default](https://gitlab.com/gitlab-org/gitlab/-/issues/327315) in GitLab 13.12.
> - Enabled on GitLab.com.
> - Recommended for production use.
> - For GitLab self-managed instances, GitLab administrators can opt to disable it. **(CORE ONLY)**
There can be
[
risks when disabling released features
](
../../user/feature_flags.md#risks-when-disabling-released-features
)
.
Refer to this feature's version history for more details.
You can use wildcard paths (
`*`
and
`**`
) with
`include:local`
.
...
...
@@ -509,10 +514,10 @@ When the pipeline runs, GitLab:
include
:
'
configs/**/*.yml'
```
The wildcard file paths feature is under development
and not ready for production use. It is
deployed behind a feature flag that is
**dis
abled by default**
.
The wildcard file paths feature is under development
but ready for production use.
It is deployed behind a feature flag that is
**en
abled by default**
.
[
GitLab administrators with access to the GitLab Rails console
](
../../administration/feature_flags.md
)
can
en
able it.
can
opt to dis
able it.
To enable it:
...
...
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