From 5924eea850e1961fe4bbd4c93ecd1d571e895c8f Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Wed, 8 Feb 2023 10:18:31 +0100
Subject: [PATCH] OZG-3294 configGit in configureGit

---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 6673382f4a..b4d817b1da 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -435,7 +435,7 @@ Void cloneGitopsRepo(String directory) {
             sh 'git clone https://${USER}:${TOKEN}@git.ozg-sh.de/mgm/gitops.git'
         }
     }
-    configGit("${directory}/gitops")
+    configureGit("${directory}/gitops")
 }
 
 Void cloneProvisioningRepo() {
@@ -468,7 +468,7 @@ Boolean hasUnpushedCommits() {
     return sh (script: "git cherry -v | grep .", returnStatus: true) == env.SH_SUCCESS_STATUS_CODE as Integer
 }
 
-Void configGit(String directory) {
+Void configureGit(String directory) {
     final email = "jenkins@ozg-sh.de"
     final name = "jenkins"
 
-- 
GitLab