Skip to content
Snippets Groups Projects
Commit 9ce61005 authored by Michael Schwarzbach's avatar Michael Schwarzbach
Browse files

Merge branch 'fgurr-main-patch-56015' into 'main'

Reduce disk usage

See merge request eclipse/scm/scm!17
parents f1fb80cd ae852807
Branches main
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ pipeline {
timeout(time: 10, unit: 'HOURS')
timestamps()
disableConcurrentBuilds(abortPrevious: true)
buildDiscarder(logRotator(numToKeepStr: '14', artifactNumToKeepStr: '5'))
buildDiscarder(logRotator(numToKeepStr: '14', artifactNumToKeepStr: '2'))
}
environment {
IMAGE_NAME = "eclipsescm/scm-ci"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment