adapt jenkins with new eobuilder behavior (#26019)

This commit is contained in:
Christophe Siraut 2018-09-03 10:11:20 +02:00
parent 4ebe9d84cb
commit 02ba5d60fe
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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