How to delete a build in Concourse?

2.8k views Asked by At

Is there any way to delete a build within Concourse? So far, I couldn't find anything about that in the fly or the main documentation. It looks like I can only destroy the whole pipeline which would be overkill.

Ideally, I'd like to just keep builds from the last, say, 10 days around and delete everything else unless I explicitly mark a build (similar to how Jenkins allows you to set a retention for builds).

1

There are 1 answers

1
Alex Suraci On BEST ANSWER

You can configure Concourse to only keep logs for the last N builds with build_logs_to_retain.