You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2018/05/23 19:50:51 UTC

[2/6] hbase git commit: WIP tune down build retention while troubleshooting.

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

Branch: refs/heads/HBASE-20331
Commit: a6c7dc7f234a7a4895bc063e10dd59381ad8d539
Parents: 304d3e6
Author: Sean Busbey <bu...@apache.org>
Authored: Wed May 23 14:14:45 2018 -0500
Committer: Sean Busbey <bu...@apache.org>
Committed: Wed May 23 14:44:03 2018 -0500

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/a6c7dc7f/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 9c775f3..6733da3 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()