Skip to content

Commit

Permalink
Reverted Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Vítězslav Dvořák committed Apr 4, 2024
1 parent bf6820f commit 3aea89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/Jenkinsfile
Expand Up @@ -58,7 +58,7 @@ distributions.each {
sh 'echo "deb [trusted=yes] file://///$WORKSPACE/dist/debian/ ./" | sudo tee /etc/apt/sources.list.d/local.list'
sh 'sudo apt-get update --allow-releaseinfo-change'
sh 'echo "INSTALATION"'
sh 'IFS="\n\b"; for package in `ls $WORKSPACE/dist/debian/ | grep .deb | grep sqlite | awk -F_ \'{print \$1}\'` ; do echo -e "${GREEN} installing ${package} on `lsb_release -sc` ${ENDCOLOR} " ; sudo DEBIAN_FRONTEND=noninteractive DEBCONF_DEBUG=' + debconf_debug + ' apt-get -y install $package ; multiflexi-cli version; multiflexi-zabbix-lld-company; done;'
sh 'IFS="\n\b"; for package in `ls $WORKSPACE/dist/debian/ | grep .deb | grep sqlite | awk -F_ \'{print \$1}\'` ; do echo -e "${GREEN} installing ${package} on `lsb_release -sc` ${ENDCOLOR} " ; sudo DEBIAN_FRONTEND=noninteractive DEBCONF_DEBUG=' + debconf_debug + ' apt-get -y install $package ; done;'
sh '/etc/cron.daily/multiflexi || true'
sh 'multiflexi-cli version'
sh 'sudo multiflexi-cli list apps'
Expand Down

0 comments on commit 3aea89c

Please sign in to comment.