jenkins: build packages for buster & bullseye

This commit is contained in:
Frédéric Péters 2021-12-12 11:23:53 +01:00
parent be1e50e826
commit 70586ce95d
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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