jenkins: check the right job name (#26226)

This commit is contained in:
Emmanuel Cazenave 2018-09-17 13:31:22 +02:00
parent 2057998b3a
commit c668cde5f3
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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