jenkins: build package for bullseye

This commit is contained in:
Frédéric Péters 2021-12-02 21:23:20 +01:00
parent c56d046bd6
commit cc073462b6
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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