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

Merge pull request 'OZG-4185 adjust gitops repo' (#232) from OZG-4185-AdjustRepoName into master

parents 78dc42e7 b67ef0a7
No related branches found
No related tags found
No related merge requests found
......@@ -313,7 +313,7 @@ Void configureGit() {
Void cloneGitopsRepo() {
withCredentials([usernamePassword(credentialsId: 'jenkins-gitea-access-token', passwordVariable: 'TOKEN', usernameVariable: 'USER')]) {
sh 'git clone https://${USER}:${TOKEN}@git.ozg-sh.de/mgm/gitops.git'
sh 'git clone https://${USER}:${TOKEN}@git.ozg-sh.de/ozgcloud-devops/gitops.git'
}
configureGit()
......@@ -358,7 +358,7 @@ Void pushNewGitopsVersion(String environment) {
sh "git add ${environment}/application/values/pluto-values.yaml"
sh "git commit -m 'jenkins rollout ${environment} vorgang manager version ${IMAGE_TAG}'"
sh 'git push https://${USER}:${TOKEN}@git.ozg-sh.de/mgm/gitops.git'
sh 'git push https://${USER}:${TOKEN}@git.ozg-sh.de/ozgcloud-devops/gitops.git'
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment