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/whats-new/on-prem-release-notes.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,28 @@ If you are upgrading to v2.3, you will need to update `.Values.imageCredentials.
23
23
24
24
For details, see[Upgrade to 2.3.0 in ArtifactHub](https://artifacthub.io/packages/helm/codefresh-onprem/codefresh#to-2-3-0){:target="\_blank"}.
25
25
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.
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
+
26
48
####Pipelines: New`strict_fail_fast` to control pipelines
27
49
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`.
28
50
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.