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

OZG-7906 fix gitops-rollout

parent 56242a59
No related branches found
No related tags found
1 merge request!18OZG-7906 fix gitops-rollout
......@@ -421,7 +421,7 @@ Void pushNewGitopsVersion(String environment) {
}
withCredentials([usernamePassword(credentialsId: 'jenkins-gitea-access-token', passwordVariable: 'TOKEN', usernameVariable: 'USER')]) {
sh "git add ${environment}/application/values/aggregation-manager-values.yaml"
sh "git add ${environment}/application/values/aggregation-manager-*-values.yaml"
sh "git commit -m 'jenkins rollout ${environment} aggregation 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