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

OZG-4561 rename mgm/gitops -> ozgcloud-devops/gitops; mgm/dokumentation ->...

OZG-4561 rename mgm/gitops -> ozgcloud-devops/gitops; mgm/dokumentation -> ozgcloud-doc/dokumentation
parent 53bbf1d1
No related branches found
No related tags found
No related merge requests found
...@@ -287,7 +287,7 @@ String generateImageTag() { ...@@ -287,7 +287,7 @@ String generateImageTag() {
Void cloneGitopsRepo() { Void cloneGitopsRepo() {
withCredentials([usernamePassword(credentialsId: 'jenkins-gitea-access-token', passwordVariable: 'TOKEN', usernameVariable: 'USER')]) { 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() configureGit()
} }
...@@ -296,7 +296,7 @@ Void pushGitopsRepo() { ...@@ -296,7 +296,7 @@ Void pushGitopsRepo() {
withCredentials([usernamePassword(credentialsId: 'jenkins-gitea-access-token', passwordVariable: 'TOKEN', usernameVariable: 'USER')]) { withCredentials([usernamePassword(credentialsId: 'jenkins-gitea-access-token', passwordVariable: 'TOKEN', usernameVariable: 'USER')]) {
dir("gitops") { dir("gitops") {
if (hasUnpushedCommits()) { 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 # 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 ## Alfa Frontend starten
......
...@@ -312,7 +312,7 @@ def cloneGitopsRepo() { ...@@ -312,7 +312,7 @@ def cloneGitopsRepo() {
final name = "jenkins" final name = "jenkins"
withCredentials([usernamePassword(credentialsId: 'jenkins-gitea-access-token', passwordVariable: 'TOKEN', usernameVariable: 'USER')]) { 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") { dir("gitops") {
sh "git config user.email '${email}'" sh "git config user.email '${email}'"
...@@ -414,7 +414,7 @@ Void pushGitopsRepo() { ...@@ -414,7 +414,7 @@ Void pushGitopsRepo() {
dir('gitops') { dir('gitops') {
if (hasUnpushedCommits()) { if (hasUnpushedCommits()) {
sh 'git pull' 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() { ...@@ -247,7 +247,7 @@ def cloneGitopsRepo() {
final name = "jenkins" final name = "jenkins"
withCredentials([usernamePassword(credentialsId: 'jenkins-gitea-access-token', passwordVariable: 'TOKEN', usernameVariable: 'USER')]) { 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") { dir("gitops") {
sh "git config user.email '${email}'" sh "git config user.email '${email}'"
...@@ -304,7 +304,7 @@ Void pushGitopsRepo() { ...@@ -304,7 +304,7 @@ Void pushGitopsRepo() {
dir("gitops") { dir("gitops") {
if (hasUnpushedCommits()) { if (hasUnpushedCommits()) {
sh 'git pull' 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