jenkins: update job name to authentic (#27121)

This commit is contained in:
Frédéric Péters 2018-10-09 09:05:42 +02:00
parent 18034b8654
commit 2b5627efb8
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 == 'authentic2' && env.GIT_BRANCH == 'origin/master') {
if (env.JOB_NAME == 'authentic' && env.GIT_BRANCH == 'origin/master') {
sh 'sudo -H -u eobuilder /usr/local/bin/eobuilder authentic'
}
}