mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Kernel: Jenkins: limit *.deb search path depth
This commit is contained in:
parent
e86c9b6a36
commit
a63a11b47e
2
packages/linux-kernel/Jenkinsfile
vendored
2
packages/linux-kernel/Jenkinsfile
vendored
@ -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 ..."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user