diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-08-01 10:34:51 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-08-01 10:34:51 +0200 |
commit | 9214b55cfc241f5661dae5308dc63992adb08c03 (patch) | |
tree | 204b467b8d2731892752c38d0b6a40e68faceecc /packages/linux-kernel/Jenkinsfile | |
parent | 09eedb0dccf6879e2104e16b9f4f30e05eb65b4e (diff) | |
download | vyos-build-9214b55cfc241f5661dae5308dc63992adb08c03.tar.gz vyos-build-9214b55cfc241f5661dae5308dc63992adb08c03.zip |
Kernel: T2751: Update Linux Kernel to v4.19.136
Diffstat (limited to 'packages/linux-kernel/Jenkinsfile')
-rw-r--r-- | packages/linux-kernel/Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux-kernel/Jenkinsfile b/packages/linux-kernel/Jenkinsfile index 8db04067..8a9f52e1 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.134' ]], + branches: [[name: 'v4.19.136' ]], userRemoteConfigs: [[credentialsId: 'GitHub-vyosbot', url: 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git']]]) } } |