Skip to content

Commit bd4b739

Browse files
Vitexusoz-agent
andcommitted
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>
1 parent cab5cbb commit bd4b739

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

debian/Jenkinsfile.release

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ distributions.each { distro ->
4949
sh 'dch -b -v ' + buildVer + ' "' + env.BUILD_TAG + '"'
5050
sh 'sudo apt-get update --allow-releaseinfo-change'
5151
sh 'sudo chown -R jenkins:jenkins . ..'
52+
sh 'sudo rm -rf debian/$(dpkg-parsechangelog --show-field Source)/ debian/.debhelper/ debian/tmp/'
5253
sh 'debuild-pbuilder -r"sudo -E" -i -us -uc -b'
5354
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'
5455
artifacts = sh (

0 commit comments

Comments
 (0)