Skip to content
Snippets Groups Projects
Commit 24451b9d authored by OZGCloud's avatar OZGCloud
Browse files

OZG-3293 configGit in configureGit

parent e060d60d
No related branches found
No related tags found
No related merge requests found
...@@ -268,7 +268,7 @@ Void setNewGitopsVersion(String environment) { ...@@ -268,7 +268,7 @@ Void setNewGitopsVersion(String environment) {
} }
} }
Void configGit() { Void configureGit() {
final email = "jenkins@ozg-sh.de" final email = "jenkins@ozg-sh.de"
final name = "jenkins" final name = "jenkins"
...@@ -283,7 +283,7 @@ Void cloneGitopsRepo() { ...@@ -283,7 +283,7 @@ Void cloneGitopsRepo() {
sh 'git clone https://${USER}:${TOKEN}@git.ozg-sh.de/mgm/gitops.git' sh 'git clone https://${USER}:${TOKEN}@git.ozg-sh.de/mgm/gitops.git'
} }
configGit() configureGit()
} }
Void pushDevGitopsRepo(){ Void pushDevGitopsRepo(){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment