From 89e67f795b69d067a690409a40a57006e2ecb222 Mon Sep 17 00:00:00 2001 From: CGDS Gitlab User <dev.cgds@peds.uab.edu> Date: Thu, 15 Jul 2021 14:45:26 +0000 Subject: [PATCH] Update Jenkinsfile to change the name of the credentials from Jenkins used for the base gitlab URL. When recreating the Jenkins server, taking the opportunity to rename the credentials to be consistent with the other naming schemas. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index dab72cc..2c8c637 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') { -- GitLab