diff options
Diffstat (limited to 'packages/linux-kernel/Jenkinsfile')
-rw-r--r-- | packages/linux-kernel/Jenkinsfile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/linux-kernel/Jenkinsfile b/packages/linux-kernel/Jenkinsfile index e7a156b8..41f6956c 100644 --- a/packages/linux-kernel/Jenkinsfile +++ b/packages/linux-kernel/Jenkinsfile @@ -58,6 +58,10 @@ def pkgList = [ // Jool ['name': 'jool', 'buildCmd': 'cd ..; ./build-jool.py'], + + // OpenVPN DCO + ['name': 'ovpn-dco', 'buildCmd': 'cd ..; ./build-openvpn-dco.sh'], + ] // Start package build using library function from https://github.com/vyos/vyos-build |