Skip to content

Commit e572ef4

Browse files
Vitexusoz-agent
andcommitted
ci: sync Jenkinsfile.release with updated buildimages template
Install pkg-php-tools before debuild-pbuilder and composer-debian/multiflexi-sqlite in test stage. Co-Authored-By: Oz <oz-agent@warp.dev>
1 parent 1934471 commit e572ef4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

debian/Jenkinsfile.release

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ distributions.each { distro ->
4848
buildImage.inside('--ipc=host') {
4949
sh 'dch -b -v ' + buildVer + ' "' + env.BUILD_TAG + '"'
5050
sh 'sudo apt-get update --allow-releaseinfo-change'
51+
sh 'sudo DEBIAN_FRONTEND=noninteractive apt-get -y install pkg-php-tools || true'
5152
sh 'sudo chown -R jenkins:jenkins . ..'
5253
sh 'sudo rm -rf debian/$(dpkg-parsechangelog --show-field Source)/ debian/.debhelper/ debian/tmp/'
5354
sh 'debuild-pbuilder -r"sudo -E" -i -us -uc -b'
@@ -65,6 +66,7 @@ distributions.each { distro ->
6566
sh 'cd $WORKSPACE/dist/debian/ ; dpkg-scanpackages . /dev/null | gzip -9c > Packages.gz; cd $WORKSPACE'
6667
sh 'echo "deb [trusted=yes] file://///$WORKSPACE/dist/debian/ ./" | sudo tee /etc/apt/sources.list.d/local.list'
6768
sh 'sudo apt-get update --allow-releaseinfo-change'
69+
sh 'sudo DEBIAN_FRONTEND=noninteractive apt-get -y install composer-debian multiflexi-sqlite || true'
6870
sh 'echo "INSTALATION"'
6971
artifacts.each { deb_file ->
7072
if (deb_file.endsWith('.deb')) {

0 commit comments

Comments
 (0)