Don't keep artifacts for so long
Keep them for 30 days instead of the default 90.
This commit is contained in:
parent
f6567bffb2
commit
598e110641
|
@ -51,6 +51,7 @@
|
|||
};
|
||||
actions = {
|
||||
ENABLED = true;
|
||||
ARTIFACT_RETENTION_DAYS = 30;
|
||||
};
|
||||
mailer = {
|
||||
ENABLED = true;
|
||||
|
|
Loading…
Reference in a new issue