diff options
Diffstat (limited to 'packages/linux-kernel/Jenkinsfile')
-rw-r--r-- | packages/linux-kernel/Jenkinsfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/linux-kernel/Jenkinsfile b/packages/linux-kernel/Jenkinsfile index 4584892b..73da9464 100644 --- a/packages/linux-kernel/Jenkinsfile +++ b/packages/linux-kernel/Jenkinsfile @@ -60,8 +60,9 @@ def pkgList = [ ['name': 'jool', 'buildCmd': 'cd ..; ./build-jool.py'], // OpenVPN DCO - ['name': 'ovpn-dco', 'buildCmd': 'cd ..; ./build-openvpn-dco.sh'], - + ['name': 'ovpn-dco','scmCommit': 'v0.2.20230426', + 'scmUrl': 'https://github.com/OpenVPN/ovpn-dco', + 'buildCmd': 'cd ..; ./build-openvpn-dco.sh'], ] // Start package build using library function from https://github.com/vyos/vyos-build |