jenkins: only build package for stretch

This commit is contained in:
Frédéric Péters 2019-08-31 10:34:24 +02:00
parent 4f16989f5f
commit c5a802e15d
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 == 'atreal-publik-themes' && env.GIT_BRANCH == 'origin/master') {
sh 'sudo -H -u eobuilder /usr/local/bin/eobuilder atreal-publik-themes'
sh 'sudo -H -u eobuilder /usr/local/bin/eobuilder -d stretch atreal-publik-themes'
}
}
}