diff --git a/Jenkinsfile b/Jenkinsfile index 116bcc1..048ab5e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,7 +7,7 @@ pipeline { steps { script { if (env.JOB_NAME == 'gadjo' && env.GIT_BRANCH == 'origin/master') { - sh 'sudo -H -u eobuilder /usr/local/bin/eobuilder gadjo' + sh 'sudo -H -u eobuilder /usr/local/bin/eobuilder -d stretch gadjo' } else if (env.GIT_BRANCH.startsWith('hotfix/')) { sh "sudo -H -u eobuilder /usr/local/bin/eobuilder -d stretch --branch ${env.GIT_BRANCH} --hotfix gadjo" }