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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,14 @@ Once a variable has been created it will:
55
55
56
56
Custom variables are wiped clean on every pipeline execution, but are not modified as the steps progress.
57
57
58
+
User provided variables can be defined at 4 levels:
59
+
1. Freestyle step definition: using the`environment` field.
60
+
1. Pipeline execution: after clicking the "Build" button, open the "Advanced options" section.
61
+
1. Pipeline definition: under "Environment variables" section in the pipeline view.
62
+
1. Shared Configuration: defined under your account settings, and used using the "Import from shared configuration" button under the "Environment Variables" section in the pipeline view.
63
+
64
+
The options are listed in order of importance, so in case of multiple variables defined at different location with the same name, the order of overriding will be as listed here.