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

Branch: refs/heads/HBASE-20331
Commit: 0ad9018b4bf9091bb0abf72e428948e9e4bd90a5
Parents: ce259c5
Author: Sean Busbey <bus...@apache.org>
Authored: Wed May 23 14:14:45 2018 -0500
Committer: Sean Busbey <bus...@apache.org>
Committed: Mon Jun 18 00:43:28 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/0ad9018b/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