From 703e28f7a8544fe12e70d9ec012d6a94e79a8db6 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Sun, 24 Feb 2019 12:13:15 -0500 Subject: [PATCH] Jenkins increase history retention --- .ci/Jenkinsfile-SITL_tests | 2 +- .ci/Jenkinsfile-SITL_tests_coverage | 2 +- .ci/Jenkinsfile-compile_mac | 2 +- .ci/Jenkinsfile-hardware | 2 +- Jenkinsfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.ci/Jenkinsfile-SITL_tests b/.ci/Jenkinsfile-SITL_tests index b9d965ba09..95f1f42897 100644 --- a/.ci/Jenkinsfile-SITL_tests +++ b/.ci/Jenkinsfile-SITL_tests @@ -100,7 +100,7 @@ pipeline { } options { - buildDiscarder(logRotator(numToKeepStr: '10', artifactDaysToKeepStr: '14')) + buildDiscarder(logRotator(numToKeepStr: '10', artifactDaysToKeepStr: '30')) timeout(time: 60, unit: 'MINUTES') } } // pipeline diff --git a/.ci/Jenkinsfile-SITL_tests_coverage b/.ci/Jenkinsfile-SITL_tests_coverage index 47f4a687f1..89b74eadb3 100644 --- a/.ci/Jenkinsfile-SITL_tests_coverage +++ b/.ci/Jenkinsfile-SITL_tests_coverage @@ -119,7 +119,7 @@ pipeline { } options { - buildDiscarder(logRotator(numToKeepStr: '5', artifactDaysToKeepStr: '14')) + buildDiscarder(logRotator(numToKeepStr: '10', artifactDaysToKeepStr: '30')) timeout(time: 60, unit: 'MINUTES') } } // pipeline diff --git a/.ci/Jenkinsfile-compile_mac b/.ci/Jenkinsfile-compile_mac index 90b59ddeed..7f7837f789 100644 --- a/.ci/Jenkinsfile-compile_mac +++ b/.ci/Jenkinsfile-compile_mac @@ -81,7 +81,7 @@ pipeline { CI = true } options { - buildDiscarder(logRotator(numToKeepStr: '5', artifactDaysToKeepStr: '14')) + buildDiscarder(logRotator(numToKeepStr: '10', artifactDaysToKeepStr: '30')) timeout(time: 120, unit: 'MINUTES') } } diff --git a/.ci/Jenkinsfile-hardware b/.ci/Jenkinsfile-hardware index 60e55ddc3a..b0d3d2f2c6 100644 --- a/.ci/Jenkinsfile-hardware +++ b/.ci/Jenkinsfile-hardware @@ -83,7 +83,7 @@ pipeline { CI = true } options { - buildDiscarder(logRotator(numToKeepStr: '5', artifactDaysToKeepStr: '30')) + buildDiscarder(logRotator(numToKeepStr: '20', artifactDaysToKeepStr: '30')) timeout(time: 60, unit: 'MINUTES') } } diff --git a/Jenkinsfile b/Jenkinsfile index b04c4b0924..ee360cf8de 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -596,7 +596,7 @@ pipeline { GIT_COMMITTER_NAME = "PX4BuildBot" } options { - buildDiscarder(logRotator(numToKeepStr: '10', artifactDaysToKeepStr: '30')) + buildDiscarder(logRotator(numToKeepStr: '20', artifactDaysToKeepStr: '30')) timeout(time: 60, unit: 'MINUTES') } }