Skip to content
Snippets Groups Projects
Commit 5924eea8 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-3294 configGit in configureGit

parent d83ed887
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment