How do I determine what value to enter in the 'Retain Artifacts' feild in the configuration tab of TeamInspector?

0 Likes

Problem:

How do I determine what value to enter in the 'Retain Artifacts' feild in the configuration tab of TeamInspector?

Resolution:

Retain Artifacts is the number of days that artifacts will be retained. The default setting of 0 actually means that artifacts will be retained indefinitely.

For example: Say I have a project that builds once a day, and my artifacts retention is set to 5.

On day 1 I get artifacts for Build1

On day 2 I get artifacts for Build2

On day 4 I get artifacts for Build4

On day 5 I get artifacts for Build5

On day 6 I get artifacts for Build6. The artifacts for Build1 are now over 5 days old so they get deleted

On day 7 I get artifacts for Build7. The artifacts for Build2 are now over 5 days old so they get deleted

Old KB# 30121
Comment List
Related
Recommended