This is an automated email from the ASF dual-hosted git repository.

altay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 346b6c6  [BEAM-10912] Increase Jenkins job logs retention from 14 to 
30 days
     new 7316c1e  Merge pull request #14707 from 
alanmyrvold/increaseLogRetention
346b6c6 is described below

commit 346b6c6c683d8be00240aa78d390028f4f263392
Author: Alan Myrvold <[email protected]>
AuthorDate: Mon May 3 16:09:27 2021 +0000

    [BEAM-10912] Increase Jenkins job logs retention from 14 to 30 days
---
 .test-infra/jenkins/CommonJobProperties.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.test-infra/jenkins/CommonJobProperties.groovy 
b/.test-infra/jenkins/CommonJobProperties.groovy
index 40f143a..851fc0b 100644
--- a/.test-infra/jenkins/CommonJobProperties.groovy
+++ b/.test-infra/jenkins/CommonJobProperties.groovy
@@ -49,7 +49,7 @@ class CommonJobProperties {
 
     // Discard old builds. Build records are only kept up to this number of 
days.
     context.logRotator {
-      daysToKeep(14)
+      daysToKeep(30)
     }
 
     // Source code management.

Reply via email to