Skip to content

Commit 5f88295

Browse files
committed
Reduce kept Jenkins builds
1 parent dfc9386 commit 5f88295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CompositeJenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pipeline {
44
agent { label 'jenkins-worker' }
55
options {
66
skipDefaultCheckout() // no checkout needed
7-
buildDiscarder(logRotator(numToKeepStr: '100'))
7+
buildDiscarder(logRotator(numToKeepStr: '10'))
88
timestamps()
99
}
1010
stages {

0 commit comments

Comments
 (0)