summaryrefslogtreecommitdiff
path: root/packages/linux-kernel/Jenkinsfile
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-08-26 20:25:50 +0200
committerChristian Poessinger <christian@poessinger.com>2020-08-26 20:25:50 +0200
commit303a91836dc31c4945fb38b86b8d7c1b65611362 (patch)
treeb8a66915722276b49da7a67f940a1fd6ecd34564 /packages/linux-kernel/Jenkinsfile
parentd9ecdb93bfe7c7360d11c3d33b24725f47c56bcf (diff)
downloadvyos-build-303a91836dc31c4945fb38b86b8d7c1b65611362.tar.gz
vyos-build-303a91836dc31c4945fb38b86b8d7c1b65611362.zip
Kernel: T2831: Update Linux Kernel to v4.19.142
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 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']]])
}
}