From ea335bf4202c4e245b57d995da2fe68736d5b73c Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Thu, 30 Nov 2023 13:32:32 +0100 Subject: [PATCH] OZG-4183 adjust gitops repo --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index b757440f..c4b3d95b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -343,7 +343,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() @@ -367,7 +367,7 @@ Void pushNewGitopsVersion(String environment) { sh "git add ${environment}/application/values/user-manager-values.yaml" sh "git commit -m 'jenkins rollout ${environment} user-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' } } } -- GitLab