diff options
-rw-r--r-- | Jenkinsfile.candidate | 2 | ||||
-rw-r--r-- | Jenkinsfile.lts54 | 2 | ||||
-rw-r--r-- | Jenkinsfile.mainline | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Jenkinsfile.candidate b/Jenkinsfile.candidate index 3aa64a4..c8805ae 100644 --- a/Jenkinsfile.candidate +++ b/Jenkinsfile.candidate @@ -43,7 +43,7 @@ pipeline { } options { - buildDiscarder(logRotator(numToKeepStr: '3')) + buildDiscarder(logRotator(numToKeepStr: '5')) disableConcurrentBuilds() } diff --git a/Jenkinsfile.lts54 b/Jenkinsfile.lts54 index 0176e43..9225cd9 100644 --- a/Jenkinsfile.lts54 +++ b/Jenkinsfile.lts54 @@ -43,7 +43,7 @@ pipeline { } options { - buildDiscarder(logRotator(numToKeepStr: '3')) + buildDiscarder(logRotator(numToKeepStr: '5')) disableConcurrentBuilds() } diff --git a/Jenkinsfile.mainline b/Jenkinsfile.mainline index 4079e63..def69ed 100644 --- a/Jenkinsfile.mainline +++ b/Jenkinsfile.mainline @@ -43,7 +43,7 @@ pipeline { } options { - buildDiscarder(logRotator(numToKeepStr: '3')) + buildDiscarder(logRotator(numToKeepStr: '5')) disableConcurrentBuilds() } |