Skip to content

Commit

Permalink
Jenkinsfile update
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitexus committed Sep 11, 2024
1 parent 4663c7e commit f2552d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ distributions.each {
sh 'echo "INSTALATION"'
sh 'IFS="\n\b"; for package in `ls $WORKSPACE/dist/debian/ | grep .deb | 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 'abraflexi-reminder-init /etc/abraflexi-reminder/example.env'
sh 'abraflexi-show-debts --environment /etc/abraflexi-reminder/example.env'
sh 'abraflexi-show-debts --environment=/etc/abraflexi-reminder/example.env'
sh 'abraflexi-reminder /etc/abraflexi-reminder/example.env'
sh 'abraflexi-notify-customers /etc/abraflexi-reminder/example.env'
stash includes: 'dist/**', name: 'dist-' + distroCodename
Expand Down

0 comments on commit f2552d2

Please sign in to comment.