mirror of
https://github.com/vyos/vyos-build.git
synced 2026-01-16 23:00:22 +00:00
Jenkins: remove Debian build dependency files from the workspace
No need to provide them via the package repository
(cherry picked from commit adab6badd7)
This commit is contained in:
parent
a77d6def29
commit
a62eb85459
1 changed files with 7 additions and 0 deletions
|
|
@ -194,6 +194,13 @@ def call(description=null, pkgList=null, buildCmd=null, buildArm=false, changesP
|
|||
sh(script: "ssh ${SSH_OPTS} ${SSH_REMOTE} -t \"uncron-add 'reprepro -v -b ${VYOS_REPO_PATH} removesrc ${RELEASE} ${PACKAGE}'\"")
|
||||
}
|
||||
}
|
||||
files = findFiles(glob: '**/*-build-deps_*.deb')
|
||||
if (files) {
|
||||
echo "Remove Debian build dependency files from the workspace..."
|
||||
files.each { FILE ->
|
||||
sh(script: "rm -f ${FILE}")
|
||||
}
|
||||
}
|
||||
|
||||
files = findFiles(glob: '**/*.deb')
|
||||
if (files) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue