implemented 05-artifact-store.md: filesystem artifact store with legacy-compatible naming, atomic persist from concurrent builds, retention pruning, and artifacts.rootDir config
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5
parent
b379bc0a6b
commit
3c9eeda5da
@@ -42,8 +42,13 @@ builds:
|
||||
# Changing this value requires a restart.
|
||||
maxConcurrent: 1
|
||||
|
||||
# Build artifact retention.
|
||||
# Build artifact storage and retention.
|
||||
artifacts:
|
||||
# Root directory for stored build artifacts.
|
||||
# Empty means the platform default: $XDG_STATE_HOME (or ~/.local/state) plus /gittally/artifacts/<repo-key>,
|
||||
# where <repo-key> is the sanitized absolute repository path.
|
||||
# A leading ~/ expands to the home directory; a relative path is resolved against the repository.
|
||||
rootDir: ""
|
||||
# number of builds to keep per branch
|
||||
retentionPerBranch: 3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user