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

Merge pull request 'OZG-4561 rename mgm/gitops -> ozgcloud-devops/gitops;...

Merge pull request 'OZG-4561 rename mgm/gitops -> ozgcloud-devops/gitops; mgm/dokumentation -> ozgcloud-doc/dokumentation' (#344) from OZG-4561-AdjustGitOpsRepoName into master

Reviewed-on: https://git.ozg-sh.de/ozgcloud-app/alfa/pulls/344


Reviewed-by: default avatarOZGCloud <ozgcloud@mgm-tp.com>
parents 53bbf1d1 9281cc30
No related branches found
No related tags found
No related merge requests found
......@@ -287,7 +287,7 @@ String generateImageTag() {
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()
}
......@@ -296,7 +296,7 @@ Void pushGitopsRepo() {
withCredentials([usernamePassword(credentialsId: 'jenkins-gitea-access-token', passwordVariable: 'TOKEN', usernameVariable: 'USER')]) {
dir("gitops") {
if (hasUnpushedCommits()) {
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'
}
}
}
......
# Alfa Frontend
Informationen zur lokalen Installation sind unter [dokumentation/Entwicklungsumgebung/README.md](./https://git.ozg-sh.de/mgm/dokumentation/src/branch/master/Entwicklungsumgebung/README.md#angular-frontend) abgelegt.
Informationen zur lokalen Installation sind unter [dokumentation/Entwicklungsumgebung/README.md](./https://git.ozg-sh.de/ozgcloud-doc/dokumentation/src/branch/master/Entwicklungsumgebung/README.md#angular-frontend) abgelegt.
Befehle und Tipps zum Umgang mit der Codebasis und zur Testerstellung liegen in [dokumentation/Entwicklung/Angular.md](./https://git.ozg-sh.de/mgm/dokumentation/src/branch/master/Entwicklung/Angular.md).
Befehle und Tipps zum Umgang mit der Codebasis und zur Testerstellung liegen in [dokumentation/Entwicklung/Angular.md](./https://git.ozg-sh.de/ozgcloud-doc/dokumentation/src/branch/master/Entwicklung/Angular.md).
## Alfa Frontend starten
......
......@@ -312,7 +312,7 @@ def cloneGitopsRepo() {
final name = "jenkins"
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'
dir("gitops") {
sh "git config user.email '${email}'"
......@@ -414,7 +414,7 @@ Void pushGitopsRepo() {
dir('gitops') {
if (hasUnpushedCommits()) {
sh 'git pull'
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'
}
}
}
......
......@@ -247,7 +247,7 @@ def cloneGitopsRepo() {
final name = "jenkins"
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'
dir("gitops") {
sh "git config user.email '${email}'"
......@@ -304,7 +304,7 @@ Void pushGitopsRepo() {
dir("gitops") {
if (hasUnpushedCommits()) {
sh 'git pull'
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