stan-dev / stan

Stan development repository. The master branch contains the current release. The develop branch contains the latest stable development. See the Developer Process Wiki for details.
https://mc-stan.org
BSD 3-Clause "New" or "Revised" License
2.56k stars 366 forks source link

jenkins: cleanup old build logs #3236

Closed dylex closed 9 months ago

dylex commented 9 months ago

Add jenkins configuration to remove old build logs and artifacts after some time to avoid running out of disk space. Feel free to tweak the specific numbers, as long as we don't keep them forever.

bob-carpenter commented 9 months ago

Thanks, Dylan. I don't think we even need these for 30 days if you need to recover more space. I'll approve and this can be merged when tests pass.

dylex commented 9 months ago

Thanks. It was mainly Math that was a problem (had almost 500G of logs), for which I've added this already. Others are much smaller, but it would be good to propagate it into all the other packages eventually.