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/acaa4a5f
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/acaa4a5f
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/acaa4a5f

Branch: refs/heads/HBASE-20331
Commit: acaa4a5f8fe567d8a164a82c1519709404e4498a
Parents: e6f8941
Author: Sean Busbey <bus...@apache.org>
Authored: Wed May 23 14:14:45 2018 -0500
Committer: Sean Busbey <bus...@apache.org>
Committed: Thu Jun 14 20:56:47 2018 -0500

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/acaa4a5f/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 59d3227..64144e9 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