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/codefresh-yaml/variables.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -217,7 +217,9 @@ For example if a pipeline variable is defined both in project level and as an ex
217
217
Steps defined inside steps are scoped to the step they were created in (even if you used the`export` command). In order to allow using variables across steps, we provide a shared file that facilitates variables importing and exporting. There are two ways to add variables to this file:
218
218
219
219
###Using cf_export command
220
-
Inside every freestyle step there's a command called`cf_export` that allows you to export variables across steps (by writing to the shared variables file).
220
+
Within every freestyle step, the`cf_export` command allows you to export variables across steps (by writing to the shared variables file).
221
+
222
+
>The variables exported with cf_export overrides those at the pipeline-level.