Skip to content
Snippets Groups Projects
Commit d1aa2ba2 authored by OZGCloud's avatar OZGCloud
Browse files

keep 15 runs

parent 68db0117
Branches
Tags
No related merge requests found
...@@ -28,7 +28,7 @@ pipeline { ...@@ -28,7 +28,7 @@ pipeline {
options { options {
timeout(time: 2, unit: 'HOURS') timeout(time: 2, unit: 'HOURS')
disableConcurrentBuilds() disableConcurrentBuilds()
buildDiscarder(logRotator(numToKeepStr: '5')) buildDiscarder(logRotator(numToKeepStr: '15'))
skipDefaultCheckout(true) skipDefaultCheckout(true)
} }
......
...@@ -30,7 +30,7 @@ pipeline { ...@@ -30,7 +30,7 @@ pipeline {
options { options {
timeout(time: 2, unit: 'HOURS') timeout(time: 2, unit: 'HOURS')
disableConcurrentBuilds() disableConcurrentBuilds()
buildDiscarder(logRotator(numToKeepStr: '10')) buildDiscarder(logRotator(numToKeepStr: '15'))
skipDefaultCheckout(true) skipDefaultCheckout(true)
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment