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/configure-ci-cd-pipeline/monitoring-pipelines.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -270,8 +270,9 @@ The variables are grouped by granularity, starting with the global project-level
270
270
* Project
271
271
* Shared configuration
272
272
* Pipeline
273
-
* Trigger
274
-
For information on the order of precedence for variables in builds and variable overrides, see[Variables]({{site.baseurl}}/docs/codefresh-yaml/variables/).
273
+
* Trigger
274
+
275
+
A variable with a strikethrough indicates an override by the same variable in a lower-level group. For rules on precedence and overrides for variables in builds, see[Variables]({{site.baseurl}}/docs/codefresh-yaml/variables/).
275
276
276
277
>Notes:
277
278
* Variables exported across steps with`cf_export` are not identified as`cf-exported` variables in the list.