Tentacle.exe configure --DeploymentRollingStorage=15

we are using octopus to deploy to our CI environment also. That means that everyday we will deploy 15-30 times a day.

We would like to have the tentacle clean up previous releases.
–DeploymentRollingStorage=0
will never cleanup

–DeploymentRollingStorage=15
on the 16th deployment will delete the first deployment made to the box so at any given time the latest 15 deployments are always kept.

if the user wants to override this per package they can should be able to set in variables tab:
OctopusDeploymentRollingStorage

configure the tentacle to delete

Thanks for the feedback, I’ve added a link to this page from this Trello that I am currently working on:

https://trello.com/card/auto-purge-tentacles/4e907de70880ba000079b75c/20

Paul