WIP tune down build retention while troubleshooting.

Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/74eb84ac
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/74eb84ac
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/74eb84ac

Branch: refs/heads/HBASE-20331
Commit: 74eb84acb05f484adbb199c2c6c77ba4fa83f510
Parents: eb13cdd
Author: Sean Busbey <bus...@apache.org>
Authored: Wed May 23 14:14:45 2018 -0500
Committer: Sean Busbey <bus...@apache.org>
Committed: Mon Jun 11 10:17:15 2018 -0500

----------------------------------------------------------------------
 dev-support/Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/74eb84ac/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 2311e35..2527f7a 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -24,7 +24,7 @@ pipeline {
     cron('@daily')
   }
   options {
-    buildDiscarder(logRotator(numToKeepStr: '30'))
+    buildDiscarder(logRotator(numToKeepStr: '1'))
     timeout (time: 9, unit: 'HOURS')
     timestamps()
     skipDefaultCheckout()

Reply via email to