Reducing number of kept builds on ci server
This commit is contained in:
parent
4579c8cbcd
commit
1ea94287d8
|
@ -35,6 +35,9 @@ pipeline {
|
|||
agent {
|
||||
label "${LABEL}"
|
||||
}
|
||||
options {
|
||||
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Builds') {
|
||||
|
|
Loading…
Reference in New Issue