diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-09-03 23:00:57 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-09-03 23:00:57 +0200 |
commit | 592e5fa4660ecad95f665425e37a629534be88d4 (patch) | |
tree | 308e0fb1867329dd9375dbd1bf6ffe03870cecae | |
parent | 221fd1538303071a092b72a04fae87e2b12abfed (diff) | |
download | vyos-build-592e5fa4660ecad95f665425e37a629534be88d4.tar.gz vyos-build-592e5fa4660ecad95f665425e37a629534be88d4.zip |
Jenkins: Kernel: keep last 20 builds
-rw-r--r-- | packages/linux-kernel/Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux-kernel/Jenkinsfile b/packages/linux-kernel/Jenkinsfile index 8619681e..ce3fe246 100644 --- a/packages/linux-kernel/Jenkinsfile +++ b/packages/linux-kernel/Jenkinsfile @@ -22,7 +22,7 @@ /* Only keep the most recent builds. */ def projectProperties = [ - [$class: 'BuildDiscarderProperty',strategy: [$class: 'LogRotator', numToKeepStr: '1']], + [$class: 'BuildDiscarderProperty',strategy: [$class: 'LogRotator', numToKeepStr: '20']], ] properties(projectProperties) |