diff --git a/.ci/Jenkinsfile-SITL_tests b/.ci/Jenkinsfile-SITL_tests index aeef32efca..f1274ee314 100644 --- a/.ci/Jenkinsfile-SITL_tests +++ b/.ci/Jenkinsfile-SITL_tests @@ -202,7 +202,7 @@ pipeline { } options { - buildDiscarder(logRotator(numToKeepStr: '5', artifactDaysToKeepStr: '30')) + buildDiscarder(logRotator(numToKeepStr: '2', artifactDaysToKeepStr: '14')) timeout(time: 60, unit: 'MINUTES') } } // pipeline diff --git a/.ci/Jenkinsfile-compile b/.ci/Jenkinsfile-compile index 01aa237ac5..a09ba89d93 100644 --- a/.ci/Jenkinsfile-compile +++ b/.ci/Jenkinsfile-compile @@ -158,7 +158,7 @@ pipeline { CI = true } options { - buildDiscarder(logRotator(numToKeepStr: '5', artifactDaysToKeepStr: '30')) + buildDiscarder(logRotator(numToKeepStr: '2', artifactDaysToKeepStr: '14')) timeout(time: 60, unit: 'MINUTES') } }