jenkins: build packages for both buster & bullseye (#61921)

This commit is contained in:
Frédéric Péters 2022-02-17 15:58:52 +01:00
parent 57c03d29aa
commit 02ed18d991
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -33,7 +33,7 @@ PGPORT=`python3 -c 'import struct; import socket; s=socket.socket(); s.setsockop
steps {
script {
if (env.JOB_NAME == 'barbacompta' && env.GIT_BRANCH == 'origin/main') {
sh 'sudo -H -u eobuilder /usr/local/bin/eobuilder barbacompta'
sh 'sudo -H -u eobuilder /usr/local/bin/eobuilder -d buster,bullseye barbacompta'
}
}
}