diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-08-26 20:25:50 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-08-26 20:25:50 +0200 |
commit | 303a91836dc31c4945fb38b86b8d7c1b65611362 (patch) | |
tree | b8a66915722276b49da7a67f940a1fd6ecd34564 /packages | |
parent | d9ecdb93bfe7c7360d11c3d33b24725f47c56bcf (diff) | |
download | vyos-build-303a91836dc31c4945fb38b86b8d7c1b65611362.tar.gz vyos-build-303a91836dc31c4945fb38b86b8d7c1b65611362.zip |
Kernel: T2831: Update Linux Kernel to v4.19.142
Diffstat (limited to 'packages')
-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 5be70b1..c2a89b4 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.141' ]], + branches: [[name: 'v4.19.142' ]], userRemoteConfigs: [[credentialsId: 'GitHub-vyosbot', url: 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git']]]) } } |