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

stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-connectors.git


The following commit(s) were added to refs/heads/master by this push:
     new 45f5552  PHOENIX-6188 Jenkins job history uses too much storage
45f5552 is described below

commit 45f55521a8b05dd787c49dcac5d43f512c39b1c7
Author: Istvan Toth <st...@apache.org>
AuthorDate: Wed Oct 14 21:09:12 2020 +0200

    PHOENIX-6188 Jenkins job history uses too much storage
---
 dev/Jenkinsfile        | 2 +-
 dev/Jenkinsfile.github | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev/Jenkinsfile b/dev/Jenkinsfile
index 0af7d00..4a0f950 100644
--- a/dev/Jenkinsfile
+++ b/dev/Jenkinsfile
@@ -30,7 +30,7 @@ pipeline {
     }
 
     options {
-        buildDiscarder(logRotator(daysToKeepStr: '30'))
+        buildDiscarder(logRotator(daysToKeepStr: '15', artifactDaysToKeepStr: 
'5'))
         timestamps()
     }
 
diff --git a/dev/Jenkinsfile.github b/dev/Jenkinsfile.github
index 9c57d03..e11123e 100644
--- a/dev/Jenkinsfile.github
+++ b/dev/Jenkinsfile.github
@@ -25,7 +25,7 @@ pipeline {
     options {
         // N.B. this is per-branch, which means per PR
         disableConcurrentBuilds()
-        buildDiscarder(logRotator(numToKeepStr: '15'))
+        buildDiscarder(logRotator(daysToKeepStr: '15', artifactDaysToKeepStr: 
'5'))
         timestamps()
         skipDefaultCheckout()
     }

Reply via email to