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
* Add build tree feature descriptionAdded content and screenshot for Build Tree feature description* Update monitoring-pipelines.mdEdited Build Tree content* Update monitoring-pipelines.mdAdded Beta indication note for Build Tree feature* Update build tree contentReplaced image for Build Tree* Update monitoring-pipelines.mdContent edits after Dev review* Update monitoring-pipelines.mdAdded tip to pan to view areas of build tree* Update monitoring-pipelines.md
Copy file name to clipboardExpand all lines: _docs/pipelines/monitoring-pipelines.md
+54-1Lines changed: 54 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ View activity for Codefresh pipelines in the **Builds** tab.
14
14
15
15
As a user, you can see builds from all pipelines you have access to. If your permissions do not include access to specific pipelines, you will not see builds from those pipelines.
16
16
17
-
The Builds page for a pipeline displays by default all builds sorted from the most recent to the oldest. To narrow the list, you can use the date range filter, and additional filters at the top of the page.
17
+
The Builds page for a pipeline displays by default all builds sorted from the most recent to the oldest. To narrow the list, you can use the date range filter and additional filters at the top of the page.
18
18
19
19
{% include
20
20
image.html
@@ -502,6 +502,59 @@ caption="Step view: Restart from failed step"
502
502
max-width="70%"
503
503
%}
504
504
505
+
##Visualize parent-child relationships for pipeline builds
506
+
507
+
>**NOTE**
508
+
This feature is currently in Beta.
509
+
510
+
Select a build for a pipeline and visualize all builds it is linked to at the different levels, including parent, sibling, and child builds in the Build Tree. The Build Tree view displays associated builds within the scope of the selected pipeline build.
511
+
512
+
1. From the sidebar, below Pipelines, select**Builds**.
513
+
1. Click the build to go to the step view for the build.
514
+
1. In the lower part of the page, click**Build Tree**.
515
+
516
+
###Build Tree view
517
+
518
+
Here's an example of the Build Tree for a pipeline build displaying the hierarchical relationships between the selected and interconnected builds.
To view different areas of the Build Tree, drag the mouse to pan horizontally or vertically.
533
+
{{site.data.callout.end}}
534
+
535
+
***Build reference point**
536
+
The selected build is the focal point to all linked builds. For easy identification, the selected build is tagged as**Current**.
537
+
538
+
***Build status**
539
+
* Every build displayed in the Build Tree showcases its status.
540
+
* For easy identification and alerting, steps in builds with an error status or a status requiring manual action are always displayed.
541
+
These statuses include:
542
+
* Denied
543
+
* Failed
544
+
* Pending Approval
545
+
* Terminating or Terminated
546
+
547
+
548
+
***Build context menu**
549
+
Every build has a context menu for quick access to useful actions available for an individual pipeline build.
550
+
551
+
***Navigation to individual builds**
552
+
Clicking {::nomarkdown}<imgsrc="../../../images/icons/external-link.png"display=inline-block/> {:/} for any build opens the Builds page displaying the step-view for that build.
553
+
554
+
***View controls**
555
+
View controls located at the top left:
556
+
* Allow zooming in or out.
557
+
***Collapse all**: Restores the default view of the Build Tree and collapses builds without errors (Success, Pending, Approved statuses).