misc: change Jenkinsfile to build eobuilder default distribution targets

This commit is contained in:
Frédéric Péters 2019-01-24 16:45:55 +01:00
parent fb2f098789
commit 4430f6dd0c
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -23,7 +23,7 @@ pipeline {
steps {
script {
if (env.JOB_NAME == 'combo' && env.GIT_BRANCH == 'origin/master') {
sh 'sudo -H -u eobuilder /usr/local/bin/eobuilder -d jessie,stretch combo'
sh 'sudo -H -u eobuilder /usr/local/bin/eobuilder combo'
}
}
}