cleanup: how to interpret "the number of successful builds"?
We are using the following clean-up policy:
Clean everything more than 180 days older than the last build
Clean history more than 90 days older than the last build
Clean artifacts more than 5 days older than the last build and older than the 1st successful build
Prevent dependency artifacts cleanup
We are unsure how to interpret the part in red. Does this refer to (A) the last/latest successful build, or (B) really the first, i.e. the oldest successful build? In other words, are we counting the first from the oldest or from the newest?
(A) seems more logical, but the use of the word "1st" is confusing.
Thanks,
Sam
Please sign in to leave a comment.
Statement A is correct. This setting means latest successfull build is the only build preserved.
Thank you, Michael. In that case, I believe this is not working as expected for us. Please see http://devnet.jetbrains.net/thread/317839 .
Thanks,
Sam