Jenkins discard artifacts sooner

This commit is contained in:
Daniel Agar
2019-10-27 12:52:28 -04:00
committed by GitHub
parent e2cf501f9d
commit 7b94c501cd
8 changed files with 8 additions and 8 deletions

View File

@@ -84,7 +84,7 @@ pipeline {
CI = true
}
options {
buildDiscarder(logRotator(numToKeepStr: '10', artifactDaysToKeepStr: '30'))
buildDiscarder(logRotator(numToKeepStr: '10', artifactDaysToKeepStr: '20'))
timeout(time: 120, unit: 'MINUTES')
}
}