diff options
-rw-r--r-- | Jenkinsfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 073f04e4..8e4df860 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -53,9 +53,8 @@ pipeline { options { disableConcurrentBuilds() timeout(time: 120, unit: 'MINUTES') - parallelsAlwaysFailFast() timestamps() - buildDiscarder(logRotator(numToKeepStr: '200')) + buildDiscarder(logRotator(numToKeepStr: '20')) } parameters { string(name: 'BUILD_BY', defaultValue: 'autobuild@vyos.net', description: 'Builder identifier (e.g. jrandomhacker@example.net)') |