summaryrefslogtreecommitdiff
path: root/packages/linux-kernel/Jenkinsfile
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-09-03 23:00:57 +0200
committerChristian Poessinger <christian@poessinger.com>2020-09-03 23:00:57 +0200
commit592e5fa4660ecad95f665425e37a629534be88d4 (patch)
tree308e0fb1867329dd9375dbd1bf6ffe03870cecae /packages/linux-kernel/Jenkinsfile
parent221fd1538303071a092b72a04fae87e2b12abfed (diff)
downloadvyos-build-592e5fa4660ecad95f665425e37a629534be88d4.tar.gz
vyos-build-592e5fa4660ecad95f665425e37a629534be88d4.zip
Jenkins: Kernel: keep last 20 builds
Diffstat (limited to 'packages/linux-kernel/Jenkinsfile')
-rw-r--r--packages/linux-kernel/Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux-kernel/Jenkinsfile b/packages/linux-kernel/Jenkinsfile
index 8619681..ce3fe24 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)