There was an error while loading. Please reload this page.
1 parent ffba65f commit 638d011Copy full SHA for 638d011
1 file changed
.jenkins.groovy
@@ -29,7 +29,7 @@ pipeline {
29
options {
30
// When we have test-fails e.g. we don't need to run the remaining steps
31
skipStagesAfterUnstable()
32
- buildDiscarder(logRotator(numToKeepStr: '5', artifactNumToKeepStr: '5'))
+ buildDiscarder(logRotator(numToKeepStr: '5', artifactNumToKeepStr: '5', daysToKeepStr: '30'))
33
}
34
35
stages {
0 commit comments