Skip to content
Snippets Groups Projects
Commit ae852807 authored by Frederic Gurr's avatar Frederic Gurr :construction_worker:
Browse files

Reduce disk usage

See also eclipsefdn/helpdesk#5250
parent 1e05af1e
No related branches found
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