summaryrefslogtreecommitdiff
path: root/packages/linux-kernel
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-09-03 23:00:57 +0200
committerChristian Poessinger <christian@poessinger.com>2020-09-04 13:28:45 +0200
commit15c398cb3ed2a54571ff7206e53dc3575f40fa25 (patch)
treefe5d71594082809e0fb562a1974473646d998518 /packages/linux-kernel
parent60e565b61f7d49be701d40884ada6fa759d7ffac (diff)
downloadvyos-build-15c398cb3ed2a54571ff7206e53dc3575f40fa25.tar.gz
vyos-build-15c398cb3ed2a54571ff7206e53dc3575f40fa25.zip
Jenkins: Kernel: keep last 20 builds
(cherry picked from commit 592e5fa4660ecad95f665425e37a629534be88d4)
Diffstat (limited to 'packages/linux-kernel')
-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 f2689202..556977e6 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)