From 24451b9dbe30f029dd783e4fc89f4886ef9950cf Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Wed, 8 Feb 2023 10:16:23 +0100 Subject: [PATCH] OZG-3293 configGit in configureGit --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0e4e0632..49a567e6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -268,7 +268,7 @@ Void setNewGitopsVersion(String environment) { } } -Void configGit() { +Void configureGit() { final email = "jenkins@ozg-sh.de" final name = "jenkins" @@ -283,7 +283,7 @@ Void cloneGitopsRepo() { sh 'git clone https://${USER}:${TOKEN}@git.ozg-sh.de/mgm/gitops.git' } - configGit() + configureGit() } Void pushDevGitopsRepo(){ -- GitLab