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

Branch: refs/heads/HBASE-20331
Commit: 227de1b967bf8b959eef405f0b42d1db38b9f1ba
Parents: ce717e6
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 16:58:25 2018 -0500

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


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