Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4242779

Browse files
authored
Add build tree feature description (#949)
* 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
1 parent8b73e91 commit4242779

File tree

2 files changed

+54
-1
lines changed

2 files changed

+54
-1
lines changed

‎_docs/pipelines/monitoring-pipelines.md‎

Lines changed: 54 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ View activity for Codefresh pipelines in the **Builds** tab.
1414

1515
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.
1616

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.
1818

1919
{% include
2020
image.html
@@ -502,6 +502,59 @@ caption="Step view: Restart from failed step"
502502
max-width="70%"
503503
%}
504504

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.
519+
520+
{% include
521+
image.html
522+
lightbox="true"
523+
file="/images/pipeline/monitoring/build-tree-view.png"
524+
url="/images/pipeline/monitoring/build-tree-view.png"
525+
alt="Build Tree for selected pipeline build"
526+
caption="Build Tree for selected pipeline build"
527+
max-width="50%"
528+
%}
529+
530+
{{site.data.callout.callout_tip}}
531+
**TIP**
532+
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).
505558

506559

507560
##Monitoring pipelines outside the Codefresh UI
306 KB
Loading

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp