You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: update Jenkinsfile.release to use multiflexi build images
Use multiflexi-<distroFamily>:<distroCode> Docker images instead of
multiflexi-<distroCode>:latest for builds with repo.multiflexi.eu.
Add workspace cleanup to prevent permission issues.
Co-Authored-By: Oz <oz-agent@warp.dev>
sh 'dch -b -v '+ buildVer +' "'+ env.BUILD_TAG+'"'
48
50
sh 'sudo apt-get update --allow-releaseinfo-change'
49
51
sh 'sudo chown -R jenkins:jenkins . ..'
52
+
sh 'sudo rm -rf debian/$(dpkg-parsechangelog --show-field Source)/ debian/.debhelper/ debian/tmp/'
50
53
sh 'debuild-pbuilder -r"sudo -E" -i -us -uc -b'
51
54
sh 'mkdir -p $WORKSPACE/dist/debian/ ; rm -rf $WORKSPACE/dist/debian/* ; for deb in $(cat debian/files | awk \'{print $1}\'); do mv "../$deb" $WORKSPACE/dist/debian/; done'
0 commit comments