diff --git a/Jenkinsfile b/Jenkinsfile index dab72cc938eef19c568977d84f3f9c484d5e1245..2c8c637f5a64b9ee2faf916f77ba92615497338f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline { } environment { GITLAB_API_TOKEN = credentials('GitLabToken') - BASE_GITLAB_URL = credentials('BaseGitlabUrl') + BASE_GITLAB_URL = credentials('GitLabBaseUrl') } stages { stage('Static Analysis') {