summaryrefslogtreecommitdiff
path: root/packages/linux-kernel/Jenkinsfile
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-11-12 19:51:33 +0100
committerChristian Poessinger <christian@poessinger.com>2020-11-12 19:52:12 +0100
commit01f63778a2a72dd21588a855020e87ac05f33f4d (patch)
tree6a12686e5afff7d0a08cba134e7df5bb63110214 /packages/linux-kernel/Jenkinsfile
parent65e8bd1aefc6e36d047d9962f4d14c962d2c2c12 (diff)
downloadvyos-build-01f63778a2a72dd21588a855020e87ac05f33f4d.tar.gz
vyos-build-01f63778a2a72dd21588a855020e87ac05f33f4d.zip
Kernel: T3064: update Linux Kernel to v4.19.157
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 0d5d681..726df04 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.155' ]],
+ branches: [[name: 'v4.19.157' ]],
userRemoteConfigs: [[credentialsId: 'GitHub-vyosbot', url: 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git']]])
}
}