added permanent artifact links for latest green builds: /branches/<branch-key>/... serves the latest green build's artifacts (green-only, resolved per request), keepLatestGreen retention protection, permanent artifact-index page, and latestGreenUrl links in the branches view
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5
parent
83e70e73c3
commit
bb06c8b731
@@ -57,6 +57,11 @@ artifacts:
|
||||
rootDir: ""
|
||||
# number of builds to keep per branch
|
||||
retentionPerBranch: 3
|
||||
# Keep each branch's latest green (successful) build even beyond retentionPerBranch.
|
||||
# This backs the permanent artifact URLs /branches/<branch-key>/... — they always serve
|
||||
# the latest green build of a branch and stay valid while newer builds fail.
|
||||
# The kept build is still dropped once its branch is deleted from origin.
|
||||
keepLatestGreen: true
|
||||
|
||||
# Controls the branch-polling loop.
|
||||
watcher:
|
||||
|
||||
Reference in New Issue
Block a user