Donal Spring
2018-04-25 8751cf1fcfcc00eb73af7177d33779eaca52377e
Update Jenkinsfile

FIX - gitlab url naming
1 files modified
4 ■■■■ changed files
Jenkinsfile 4 ●●●● patch | view | raw | blame | history
Jenkinsfile
@@ -15,8 +15,8 @@
        GIT_SSL_NO_VERIFY = true
        GIT_CREDENTIALS = credentials('jenkins-git-creds')
        GITLAB_DOMAIN = "gitlab-<YOUR_NAME>-ci-cd.apps.somedomain.com"
        GITLAB_PROJECT = "<YOUR_NAME>"
        GITLAB_DOMAIN = "gitlab.apps.lader.rht-labs.com"
        GITLAB_PROJECT = "<GIT_USERNAME>"
    }
    // The options directive is for configuration that applies to the whole job.