File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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' )) {
You can’t perform that action at this time.
0 commit comments