summaryrefslogtreecommitdiff
path: root/packages/linux-kernel/Jenkinsfile
diff options
context:
space:
mode:
authorEshenko Dmitriy <dmitriy.eshenko@vyos.io>2021-11-23 13:54:59 +0300
committerGitHub <noreply@github.com>2021-11-23 13:54:59 +0300
commita1dc0af4732f3eafbff2675d1b80f75073c96e84 (patch)
tree9483f782ece127a0cf9fb3b14248eca7a39d72ea /packages/linux-kernel/Jenkinsfile
parent38d6e29cc18de5a05b7d9e1226702357a3cbe3dd (diff)
downloadvyos-build-a1dc0af4732f3eafbff2675d1b80f75073c96e84.tar.gz
vyos-build-a1dc0af4732f3eafbff2675d1b80f75073c96e84.zip
Accel-PPP: T4015: update version which include threading fix
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 17f21317..a256ea35 100644
--- a/packages/linux-kernel/Jenkinsfile
+++ b/packages/linux-kernel/Jenkinsfile
@@ -160,7 +160,7 @@ pipeline {
checkout([$class: 'GitSCM',
doGenerateSubmoduleConfigurations: false,
extensions: [[$class: 'CleanCheckout']],
- branches: [[name: '7f90e753fcc63b658' ]],
+ branches: [[name: '51bd8165bb335a' ]],
userRemoteConfigs: [[credentialsId: 'GitHub-vyosbot', url: 'https://github.com/accel-ppp/accel-ppp.git']]])
}
}