Projet

Général

Profil

0001-jenkins-update-job-name-to-authentic-27121.patch

Frédéric Péters, 09 octobre 2018 09:06

Télécharger (861 octets)

Voir les différences:

Subject: [PATCH] jenkins: update job name to authentic (#27121)

 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Jenkinsfile
11 11
        stage('Packaging') {
12 12
            steps {
13 13
                script {
14
                    if (env.JOB_NAME == 'authentic2' && env.GIT_BRANCH == 'origin/master') {
14
                    if (env.JOB_NAME == 'authentic' && env.GIT_BRANCH == 'origin/master') {
15 15
                        sh 'sudo -H -u eobuilder /usr/local/bin/eobuilder authentic'
16 16
                    }
17 17
                }
18
-