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

Commitf72563f

Browse files
committed
Add build tree description
1 parent627f25a commitf72563f

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

‎_docs/whats-new/on-prem-release-notes.md‎

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,28 @@ If you are upgrading to v2.3, you will need to update `.Values.imageCredentials.
2323

2424
For details, see[Upgrade to 2.3.0 in ArtifactHub](https://artifacthub.io/packages/helm/codefresh-onprem/codefresh#to-2-3-0){:target="\_blank"}.
2525

26+
####Pipelines: Explore build relationships with Build Tree
27+
Introducing Build Tree for easy rendering of relationships between pipeline builds!
28+
Seamlessly visualize complex parent-child-sibling relationships within the context of your selected build, simplifying pipeline monitoring and management.
29+
30+
{% include
31+
image.html
32+
lightbox="true"
33+
file="/images/whats-new/mar24/rel-notes-mar24-build-tree-view.png"
34+
url="/images/whats-new/mar24/rel-notes-mar24-build-tree-view.png"
35+
alt="Build Tree view for pipeline builds"
36+
caption="Build Tree view for pipeline builds"
37+
max-width="60%"
38+
%}
39+
40+
In addition to the effortless visualization, other key benefits include:
41+
42+
* Clear reference point: The selected build is always tagged as Current giving you a solid reference point.
43+
* Build status: Build status is always updated and failed steps are listed for quick alerts.
44+
* Context menu for build management: Every build has a context menu for quick access to essential actions without navigating away from the Build Tree. If you need detailed insights, a single click opens the Builds view to the Build Tree for the build.
45+
46+
For details, see[Visualize build relationships for pipelines]({{site.baseurl}}/docs/pipelines/monitoring-pipelines/#visualize-build-relationships-for-pipeline).
47+
2648
####Pipelines: New`strict_fail_fast` to control pipelines
2749
You’re probably familiar with the`fail_fast` flag available for steps in Codefresh pipelines. The flag determines the pipeline’s behavior when there is a step failure. Accordingly, when set to`false`, the pipeline continues execution and returns a Build status of`Build completed successfully`.
2850
But what if you want to indicate that a step failed in the Build status even when the pipeline completes execution? Enter our new`strict_fail_fast` flag! Now, you can indicate that the step failed execution by simply adding`strict_fail_fast` to the step and setting it to`true`. After the pipeline completes execution, the Build status is designated as Failed.
109 KB
Loading

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp