From 748363616d8e0eb1509d0b08257f38126de85138 Mon Sep 17 00:00:00 2001 From: Tyler Culp Date: Fri, 28 Jun 2019 20:11:42 -0400 Subject: [PATCH] Modified log rotation parameters --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 7ddabee..028b31e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,6 +7,7 @@ properties([ [$class: "GitHubPushTrigger"] ]), [$class: 'GithubProjectProperty', displayName: '', projectUrlStr: 'https://github.com/ossimlabs/omar-hibernate-spatial'], + buildDiscarder(logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '3', daysToKeepStr: '', numToKeepStr: '20')), disableConcurrentBuilds() ])