Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions _data/nav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -380,9 +380,7 @@
- title: Secrets for pipelines
url: "/secrets-store"
- title: Public logs and status badges
url: "/build-status"
- title: Build retention policy
url: "/build-retention-policy"
url: "/build-status"
- title: Steps in pipelines
url: "/steps"
sub-pages:
Expand Down
52 changes: 0 additions & 52 deletions _docs/pipelines/configuration/build-retention-policy.md

This file was deleted.

2 changes: 2 additions & 0 deletions _posts/2023-05-29-may-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,15 @@ max-width="60%"
### Pipelines: New layout for Helm Boards
Helm Boards now display information in a horizontal layout. The new layout prevents fields with long names from overlapping with each other.

<!--
### Pipelines: Automated build deletion
Set the desired time-to-live (TTL) for your builds to automatically remove older builds and free up valuable storage resources in your build environments. Fewer builds also make it easier to navigate to and find relevant builds for monitoring and troubleshooting.

Take advantage of the `TTL_RETENTION_POLICY_IS_ENABLED` and `TTL_RETENTION_POLICY_IN_DAYS` environment variables in `cf-api` to effortlessly configure automated build deletion.

For details, see [Configure build retention policy for pipelines]({{site.baseurl}}/docs/pipelines/configuration/build-retention-policy/).

-->

### Preferred date and time format selection
US and international users can select their preferred format for date and time in the Codefresh UI. With this latest enhancement, you can now choose between US and international date formats, as well as 24 or 12-hour time formats, to best suit your needs.
Expand Down