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-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -202,7 +202,7 @@ Monitor the status of the steps in the pipeline as they are executed.
202
202
203
203
204
204
205
-
###View/download logs for builds and build steps
205
+
###Viewing/downloading logs for builds and build steps
206
206
207
207
View logs for running and completed builds and download them in HTML or text formats.
208
208
You can view logs online, for the entire build or for single or specific steps in the build. Similarly, you can download the logs for the entire build, or for single or specific steps.
alt="Variables option in context menu of build entry"
248
248
caption="Variables option in context menu of build entry"
249
-
max-width="60%"
249
+
max-width="70%"
250
250
%}
251
251
252
252
{:start="3"}
@@ -271,12 +271,12 @@ The variables are grouped by granularity, starting with the global project-level
271
271
* Shared configuration
272
272
* Pipeline
273
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/).
274
275
275
276
>Notes:
276
277
* Variables exported across steps with`cf_export` are not identified as`cf-exported` variables in the list.
277
278
* Secret-type variables are always masked.
278
279
279
-
For information on the order of precedence for variables in builds and variable overrides, see[Variables]({{site.baseurl}}/docs/codefresh-yaml/variables/).