Merge branch 'feature/permanent-artifact-links'

This commit is contained in:
Michael Hoennig
2026-07-08 15:51:02 +02:00
25 changed files with 820 additions and 18 deletions
@@ -250,7 +250,7 @@ class Watcher(
originBranches: List<String>,
workingDir: Path,
) {
repository.prune(originBranches, config.artifacts.retentionPerBranch)
repository.prune(originBranches, config.artifacts.retentionPerBranch, config.artifacts.keepLatestGreen)
artifactStore.prune(repository.history())
pruneWorktrees(originBranches, workingDir)
}