Jenkins increase history retention

This commit is contained in:
Daniel Agar
2019-02-24 12:13:15 -05:00
parent 447e0be250
commit 703e28f7a8
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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')
}
}