summaryrefslogtreecommitdiff
path: root/packages/linux-kernel/Jenkinsfile
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-11-05 20:18:39 +0100
committerChristian Poessinger <christian@poessinger.com>2020-11-05 20:19:10 +0100
commit7662f6fac19d2309b881099693f193ee01531f9a (patch)
treea7935e97fbe60231162f35b67c8646fc341314b9 /packages/linux-kernel/Jenkinsfile
parentf2797a6e3d88e9a50c51e6d041d5c40f0814df5e (diff)
downloadvyos-build-7662f6fac19d2309b881099693f193ee01531f9a.tar.gz
vyos-build-7662f6fac19d2309b881099693f193ee01531f9a.zip
Kernel: T3049: Update Linux Kernel to v4.19.155
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 d5ec75d..55ecdf6 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.154' ]],
+ branches: [[name: 'v4.19.155' ]],
userRemoteConfigs: [[credentialsId: 'GitHub-vyosbot', url: 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git']]])
}
}