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

Jenkinsfile fix rollout elasticsearch value

parent 46ccaa30
Branches
Tags
No related merge requests found
......@@ -307,6 +307,7 @@ Void pushNewGitopsVersion(String environment) {
withCredentials([usernamePassword(credentialsId: 'jenkins-gitea-access-token', passwordVariable: 'TOKEN', usernameVariable: 'USER')]) {
sh "git add ${environment}/application/values/ozgcloud-keycloak-operator-values.yaml"
sh "git add ${environment}/application/values/ozgcloud-elasticsearch-operator-values.yaml"
sh "git commit -m 'jenkins rollout ${environment} ozgcloud-keycloak-operator 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