You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/pipelines/variables.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -438,10 +438,9 @@ There are two ways to add variables to the shared file:
438
438
439
439
Within every freestyle step, the `cf_export` command allows you to export variables across steps by writing to the shared variables file.
440
440
441
-
> **NOTE**
442
-
> As a rule, variables exported through `cf_export` override those at the pipeline-level.
443
-
Depending on when your account was created, existing variables may not inherit the default override behavior. For example, `cf_export` may not override pipeline variables referenced outside of command blocks, such as in step arguments or step conditional expressions.
444
-
To verify the behavior, and enable `cf_export` override for variables if needed, please contact [Support](mailto:support@codefresh.io){:target="\_blank"}.
441
+
> **NOTE**
442
+
> The default behavior for `cf_export` is to override the variable value passed at the pipeline level. Depending on when your account was created, existing variables may not inherit the default override behavior.
443
+
If you are experiencing situations where you are passing a variable to a pipeline, resetting the value via `cf_export`, and not seeing the desired value for future steps, please contact [Support](mailto:support@codefresh.io){:target="\_blank"}. Support can verify the behavior, and enable the Feature Flag for the account.