summaryrefslogtreecommitdiff
path: root/packages/linux-kernel/Jenkinsfile
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-02-17 11:22:27 +0100
committerChristian Poessinger <christian@poessinger.com>2021-02-17 11:22:27 +0100
commita63a11b47ee2f41cd083c59bb001053b442c7f6e (patch)
tree55acbd54da56bd1051b5d337fc82fafe98145582 /packages/linux-kernel/Jenkinsfile
parente86c9b6a36c7592dd64f6643ba2b182c308c7730 (diff)
downloadvyos-build-a63a11b47ee2f41cd083c59bb001053b442c7f6e.tar.gz
vyos-build-a63a11b47ee2f41cd083c59bb001053b442c7f6e.zip
Kernel: Jenkins: limit *.deb search path depth
Diffstat (limited to 'packages/linux-kernel/Jenkinsfile')
-rw-r--r--packages/linux-kernel/Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux-kernel/Jenkinsfile b/packages/linux-kernel/Jenkinsfile
index a34fb095..9bdc898f 100644
--- a/packages/linux-kernel/Jenkinsfile
+++ b/packages/linux-kernel/Jenkinsfile
@@ -256,7 +256,7 @@ pipeline {
def SSH_REMOTE = env.DEV_PACKAGES_VYOS_NET_HOST // defined as global variable
def SSH_DIR = '~/VyOS/' + RELEASE
- files = findFiles(glob: '**/*.deb')
+ files = findFiles(glob: '*.deb')
if (files) {
sh(script: "ssh ${SSH_OPTS} ${SSH_REMOTE} -t \"bash --login -c 'mkdir -p ${SSH_DIR}'\"")
echo "Uploading package(s) and updating package(s) in the repository ..."