summaryrefslogtreecommitdiff
path: root/packages/linux-kernel/Jenkinsfile
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-09-19 22:39:29 +0200
committerChristian Poessinger <christian@poessinger.com>2020-09-19 22:39:29 +0200
commitd571b3837977196639efdc1ff79e689c4852a7f6 (patch)
tree01edda20e1f6bd7577b09649475982c57a449954 /packages/linux-kernel/Jenkinsfile
parent4a72c2693497592addd6bd3120539626f1b3a41c (diff)
downloadvyos-build-d571b3837977196639efdc1ff79e689c4852a7f6.tar.gz
vyos-build-d571b3837977196639efdc1ff79e689c4852a7f6.zip
Kernel: T2901: Update Linux Kernel to v4.19.146
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 6bb6787..8319b89 100644
--- a/packages/linux-kernel/Jenkinsfile
+++ b/packages/linux-kernel/Jenkinsfile
@@ -92,7 +92,7 @@ pipeline {
doGenerateSubmoduleConfigurations: false,
extensions: [[$class: 'CleanCheckout'],
[$class: 'CloneOption', depth: 1, noTags: false, reference: '', shallow: true]],
- branches: [[name: 'v4.19.145' ]],
+ branches: [[name: 'v4.19.146' ]],
userRemoteConfigs: [[credentialsId: 'GitHub-vyosbot', url: 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git']]])
}
}