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/72fe828a Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/72fe828a Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/72fe828a Branch: refs/heads/HBASE-20331 Commit: 72fe828a2255a13fe1bede085936350dd60ee992 Parents: 5fd16f3 Author: Sean Busbey <[email protected]> Authored: Wed May 23 14:14:45 2018 -0500 Committer: Sean Busbey <[email protected]> Committed: Sat Jun 9 20:44:56 2018 -0500 ---------------------------------------------------------------------- dev-support/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/72fe828a/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()
