diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-12-22 13:51:51 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-12-22 13:51:51 +0100 |
commit | 7743524c0734de20d0b42b9154978368c3f01626 (patch) | |
tree | 4171fa991806688d712bfb0cdd24602b01cc1f0e /packages/linux-kernel/Jenkinsfile | |
parent | a8a6e23d589a9dce23c0c22af8fa6348cd6ccdde (diff) | |
download | vyos-build-7743524c0734de20d0b42b9154978368c3f01626.tar.gz vyos-build-7743524c0734de20d0b42b9154978368c3f01626.zip |
Kernel: T3145: update Linux Kernel to v5.4.85
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 db654f33..4afd07ae 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: 'v5.4.83' ]], + branches: [[name: 'v5.4.85' ]], userRemoteConfigs: [[credentialsId: 'GitHub-vyosbot', url: 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git']]]) } } |