summaryrefslogtreecommitdiff
path: root/packages/linux-kernel/Jenkinsfile
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-07-05 11:37:04 +0200
committerChristian Poessinger <christian@poessinger.com>2020-07-05 11:39:09 +0200
commit566751184e51c5ebc668ba50ebb9a6b2b86d22ad (patch)
treed778535d03e96b96766294a1d841738e8c70d42d /packages/linux-kernel/Jenkinsfile
parent210d3eddbc0cca133e108ae07ba057c320f47c66 (diff)
downloadvyos-build-566751184e51c5ebc668ba50ebb9a6b2b86d22ad.tar.gz
vyos-build-566751184e51c5ebc668ba50ebb9a6b2b86d22ad.zip
packages: accel-ppp: T2685: bump version for SSTP client 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 c53ac3e..085a67e 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: 'ed7b28722ec85' ]],
+ branches: [[name: '744bffb2595db071a46826f90503722cd0e97009' ]],
userRemoteConfigs: [[credentialsId: 'GitHub-vyosbot', url: 'https://github.com/accel-ppp/accel-ppp.git']]])
}
}