diff --git a/Jenkinsfile b/Jenkinsfile index 0e4e0632ef1aea97a77350911e194e42f76cb401..49a567e6f225e89c4c5f139ca830028dc9bc64cd 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(){