Repository: maven-surefire Updated Branches: refs/heads/master 4bf7c39b4 -> 17c18e520
Jenkinsfile logRotator 10 Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/cac0ad15 Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/cac0ad15 Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/cac0ad15 Branch: refs/heads/master Commit: cac0ad157759e1a650848f4f36f3d6a3f026d33f Parents: 4bf7c39 Author: Tibor17 <[email protected]> Authored: Thu Oct 12 22:36:40 2017 +0200 Committer: Tibor17 <[email protected]> Committed: Thu Oct 12 22:36:40 2017 +0200 ---------------------------------------------------------------------- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/cac0ad15/Jenkinsfile ---------------------------------------------------------------------- diff --git a/Jenkinsfile b/Jenkinsfile index b3ace12..9863659 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,7 +25,7 @@ pipeline { } } options { - buildDiscarder(logRotator(numToKeepStr:'3')) + buildDiscarder(logRotator(numToKeepStr:'10')) timeout(time: 10, unit: 'HOURS') } }
