jenkins: build packages for buster & bullseye

This commit is contained in:
Frédéric Péters 2021-12-12 11:55:00 +01:00
parent 9e224dc79e
commit 99beae5222
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -12,7 +12,7 @@ pipeline {
steps {
script {
if (env.JOB_NAME == 'publik-infra' && env.GIT_BRANCH == 'origin/main') {
sh 'sudo -H -u eobuilder /usr/local/bin/eobuilder publik-infra'
sh 'sudo -H -u eobuilder /usr/local/bin/eobuilder -d buster,bullseye publik-infra'
}
}
}