diff options
Diffstat (limited to 'packages/linux-kernel/Jenkinsfile')
-rw-r--r-- | packages/linux-kernel/Jenkinsfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/linux-kernel/Jenkinsfile b/packages/linux-kernel/Jenkinsfile index b0715e19..e7a156b8 100644 --- a/packages/linux-kernel/Jenkinsfile +++ b/packages/linux-kernel/Jenkinsfile @@ -55,6 +55,9 @@ def pkgList = [ // Intel-QAT ['name': 'qat', 'buildCmd': 'cd ..; ./build-intel-qat.sh'], + + // Jool + ['name': 'jool', 'buildCmd': 'cd ..; ./build-jool.py'], ] // Start package build using library function from https://github.com/vyos/vyos-build |