diff options
Diffstat (limited to 'packages/linux-kernel')
| -rw-r--r-- | packages/linux-kernel/Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux-kernel/Jenkinsfile b/packages/linux-kernel/Jenkinsfile index b8766611..06818097 100644 --- a/packages/linux-kernel/Jenkinsfile +++ b/packages/linux-kernel/Jenkinsfile @@ -72,4 +72,4 @@ def pkgList = [ ] // Start package build using library function from https://github.com/vyos/vyos-build -buildPackage('Kernel', pkgList, null, true, "**/packages/linux-kernel/**") +buildPackage('Kernel', pkgList, null, true, "(.+/packages/linux-kernel/.+|.+/data/defaults\\.json)", "ec2_amd64", "REGEXP") |
