Skip to content
Snippets Groups Projects
Commit 757f6393 authored by Felix Reichenbach's avatar Felix Reichenbach
Browse files

OZG-7573 fix forwarder rollout

parent 086c2bfd
Branches
Tags
1 merge request!13OZG-7573 fix forwarder rollout
......@@ -357,6 +357,7 @@ Void pushNewGitopsVersion(String environment) {
withCredentials([usernamePassword(credentialsId: 'jenkins-gitea-access-token', passwordVariable: 'TOKEN', usernameVariable: 'USER')]) {
sh "git add ${environment}/application/values/*-adapter-values.yaml"
sh "git add ${environment}/application/values/forwarder-values.yaml"
sh "git commit -m 'jenkins rollout ${environment} eingang-manager version ${IMAGE_TAG}'"
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