Skip to content

Commit 0dc5d9e

Browse files
Document PIPELINES_FEATURE_EXPERIMENT_GENERATE_ALL_STACKS (#2866)
1 parent 56b4ec8 commit 0dc5d9e

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

docs/2.0/reference/pipelines/feature-flags.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ Pipelines supports optional feature flags that allow you to enable or disable sp
1111
Enables all Pipelines experiment flags.
1212
</li>
1313
<li>
14-
**Default Value in Pipelines GitHub v3/GitLab v1**: Disabled
15-
</li>
16-
<li>
17-
**Default Value in Pipelines GitHub v4+/GitLab v2+**: Enabled
14+
**Default Value: Disabled**
1815
</li>
1916
<li>
2017
**How to Enable**: Set to `"true"`
@@ -79,6 +76,19 @@ We do not recommend enabling this feature by default as it removes the guarantee
7976
</li>
8077
</ul>
8178

79+
#### `PIPELINES_FEATURE_EXPERIMENT_GENERATE_ALL_STACKS`
80+
<ul>
81+
<li>
82+
Causes Pipelines to generate all stacks before running a plan or apply operation. This ensures that any stacks that are dependencies of units outside of the current stack or unit are available during the execution.
83+
</li>
84+
<li>
85+
**Default Value**: Disabled
86+
</li>
87+
<li>
88+
**How to Enable**: Set to `"true"`
89+
</li>
90+
</ul>
91+
8292
#### `PIPELINES_FEATURE_EXPERIMENT_IGNORE_UNITS_WITHOUT_ENVIRONMENT`
8393
<ul>
8494
<li>

0 commit comments

Comments
 (0)