Jenkins CI: Improve clean up

This commit is contained in:
David Prevot 2022-06-29 14:03:03 +02:00 committed by Jérémy Lecour
parent b938ad0659
commit 07c1af1e77

View file

@ -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'
}