Skip to content

Commit 0956009

Browse files
Keep last 5 jobs
1 parent 2d48b02 commit 0956009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pipeline {
2121

2222
// The options directive is for configuration that applies to the whole job.
2323
options {
24-
buildDiscarder(logRotator(numToKeepStr:'10', daysToKeepStr: '14'))
24+
buildDiscarder(logRotator(numToKeepStr:'5', daysToKeepStr: '14'))
2525
timestamps()
2626
// as we "checkout scm" as a stage, we do not need to do it here too
2727
skipDefaultCheckout(true)

0 commit comments

Comments
 (0)