2

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).

Horst Gutmann
  • 10,910
  • 2
  • 28
  • 31

1 Answers1

5

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

Alex Suraci
  • 841
  • 5
  • 9