Skip to content

Commit 26c62b2

Browse files
authored
ci(jenkins): downstream@master build rotation with more builds (#634)
1 parent 38c40e8 commit 26c62b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/downstreamTests.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pipeline {
2323
}
2424
options {
2525
timeout(time: 1, unit: 'HOURS')
26-
buildDiscarder(logRotator(numToKeepStr: '20', artifactNumToKeepStr: '20', daysToKeepStr: '30'))
26+
buildDiscarder(logRotator(numToKeepStr: '100', artifactNumToKeepStr: '100', daysToKeepStr: '30'))
2727
timestamps()
2828
ansiColor('xterm')
2929
disableResume()

0 commit comments

Comments
 (0)