Reducing number of kept builds on ci server

This commit is contained in:
Martin Stockhammer 2018-12-27 20:51:15 +01:00
parent 4579c8cbcd
commit 1ea94287d8
1 changed files with 3 additions and 0 deletions

3
Jenkinsfile vendored
View File

@ -35,6 +35,9 @@ pipeline {
agent {
label "${LABEL}"
}
options {
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))
}
stages {
stage('Builds') {