Jenkins: increase history for remaining builds

This commit is contained in:
Daniel Agar
2020-04-14 19:14:10 -04:00
committed by GitHub
parent e2b8fd7b11
commit d5e0a52f3f
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ pipeline {
CI = true CI = true
} }
options { options {
buildDiscarder(logRotator(numToKeepStr: '2', artifactDaysToKeepStr: '14')) buildDiscarder(logRotator(numToKeepStr: '5', artifactDaysToKeepStr: '14'))
timeout(time: 60, unit: 'MINUTES') timeout(time: 60, unit: 'MINUTES')
} }
} }
+1 -1
View File
@@ -739,7 +739,7 @@ pipeline {
CI = true CI = true
} }
options { options {
buildDiscarder(logRotator(numToKeepStr: '10', artifactDaysToKeepStr: '20')) buildDiscarder(logRotator(numToKeepStr: '20', artifactDaysToKeepStr: '40'))
timeout(time: 60, unit: 'MINUTES') timeout(time: 60, unit: 'MINUTES')
} }
} }
+1 -1
View File
@@ -35,7 +35,7 @@ pipeline {
CI = true CI = true
} }
options { options {
buildDiscarder(logRotator(numToKeepStr: '10', artifactDaysToKeepStr: '20')) buildDiscarder(logRotator(numToKeepStr: '20', artifactDaysToKeepStr: '40'))
timeout(time: 60, unit: 'MINUTES') timeout(time: 60, unit: 'MINUTES')
} }
} }
+1 -1
View File
@@ -42,7 +42,7 @@ pipeline {
HEXAGON_TOOLS_ROOT="/home/jenkins/Qualcomm/HEXAGON_Tools/7.2.12/Tools" HEXAGON_TOOLS_ROOT="/home/jenkins/Qualcomm/HEXAGON_Tools/7.2.12/Tools"
} }
options { options {
buildDiscarder(logRotator(numToKeepStr: '10', artifactDaysToKeepStr: '20')) buildDiscarder(logRotator(numToKeepStr: '20', artifactDaysToKeepStr: '40'))
timeout(time: 60, unit: 'MINUTES') timeout(time: 60, unit: 'MINUTES')
} }
} }