diff options
Diffstat (limited to 'packages/owamp')
-rw-r--r-- | packages/owamp/Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/owamp/Jenkinsfile b/packages/owamp/Jenkinsfile index 25fdeddc..2666abd0 100644 --- a/packages/owamp/Jenkinsfile +++ b/packages/owamp/Jenkinsfile @@ -29,4 +29,4 @@ def pkgList = [ ] // Start package build using library function from https://github.com/vyos/vyos-build -buildPackage('owamp', pkgList, null, true, "**/packages/owamp/*") +buildPackage('owamp', pkgList, null, true, "**/packages/owamp/**") |