We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d48b02 commit 0956009Copy full SHA for 0956009
Jenkinsfile
@@ -21,7 +21,7 @@ pipeline {
21
22
// The options directive is for configuration that applies to the whole job.
23
options {
24
- buildDiscarder(logRotator(numToKeepStr:'10', daysToKeepStr: '14'))
+ buildDiscarder(logRotator(numToKeepStr:'5', daysToKeepStr: '14'))
25
timestamps()
26
// as we "checkout scm" as a stage, we do not need to do it here too
27
skipDefaultCheckout(true)
0 commit comments