diff --git a/.ci/Jenkinsfile-compile b/.ci/Jenkinsfile-compile index 5abcfa600c..fc786f2b58 100644 --- a/.ci/Jenkinsfile-compile +++ b/.ci/Jenkinsfile-compile @@ -122,7 +122,7 @@ pipeline { CI = true } options { - buildDiscarder(logRotator(numToKeepStr: '2', artifactDaysToKeepStr: '14')) + buildDiscarder(logRotator(numToKeepStr: '5', artifactDaysToKeepStr: '14')) timeout(time: 60, unit: 'MINUTES') } } diff --git a/.ci/Jenkinsfile-hardware b/.ci/Jenkinsfile-hardware index 2a6cfbbdb9..e886ecf4ec 100644 --- a/.ci/Jenkinsfile-hardware +++ b/.ci/Jenkinsfile-hardware @@ -739,7 +739,7 @@ pipeline { CI = true } options { - buildDiscarder(logRotator(numToKeepStr: '10', artifactDaysToKeepStr: '20')) + buildDiscarder(logRotator(numToKeepStr: '20', artifactDaysToKeepStr: '40')) timeout(time: 60, unit: 'MINUTES') } } diff --git a/.ci/Jenkinsfile-hardware_linux b/.ci/Jenkinsfile-hardware_linux index 49869916de..6808ee8cd4 100644 --- a/.ci/Jenkinsfile-hardware_linux +++ b/.ci/Jenkinsfile-hardware_linux @@ -35,7 +35,7 @@ pipeline { CI = true } options { - buildDiscarder(logRotator(numToKeepStr: '10', artifactDaysToKeepStr: '20')) + buildDiscarder(logRotator(numToKeepStr: '20', artifactDaysToKeepStr: '40')) timeout(time: 60, unit: 'MINUTES') } } diff --git a/.ci/Jenkinsfile-hardware_snapdragon b/.ci/Jenkinsfile-hardware_snapdragon index c8994d8873..3e6479e9c9 100644 --- a/.ci/Jenkinsfile-hardware_snapdragon +++ b/.ci/Jenkinsfile-hardware_snapdragon @@ -42,7 +42,7 @@ pipeline { HEXAGON_TOOLS_ROOT="/home/jenkins/Qualcomm/HEXAGON_Tools/7.2.12/Tools" } options { - buildDiscarder(logRotator(numToKeepStr: '10', artifactDaysToKeepStr: '20')) + buildDiscarder(logRotator(numToKeepStr: '20', artifactDaysToKeepStr: '40')) timeout(time: 60, unit: 'MINUTES') } }