jenkins: only build for stretch

This commit is contained in:
Frédéric Péters 2019-05-31 09:25:24 +02:00
parent 2b8c03ecb7
commit 042a83d3b0
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 == 'rouen-publik-theme' && env.GIT_BRANCH == 'origin/master') {
sh 'sudo -H -u eobuilder /usr/local/bin/eobuilder rouen-publik-theme'
sh 'sudo -H -u eobuilder /usr/local/bin/eobuilder -d stretch rouen-publik-theme'
}
}
}