From 7901fd1950dc3a36ca8778cb567393d8fa818380 Mon Sep 17 00:00:00 2001 From: David Prevot Date: Wed, 29 Jun 2022 14:03:03 +0200 Subject: [PATCH] Jenkins CI: Improve clean up --- .Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.Jenkinsfile b/.Jenkinsfile index 6cabf61..a8de7f2 100644 --- a/.Jenkinsfile +++ b/.Jenkinsfile @@ -14,7 +14,7 @@ pipeline { steps { script { sh 'mk-build-deps --install --remove debian/control' - sh 'rm -rf source' + sh 'rm -rf {source,*.gz,*.bz2,*.xz,*.deb,*.dsc,*.changes,*.buildinfo,lintian.txt}' sh "gbp clone --debian-branch=$GIT_BRANCH $GIT_URL source" sh 'cd source && git checkout $GIT_BRANCH && gbp buildpackage -us -uc' }