From 48380fa12262fbb58d491b134911af501691563a Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Fri, 5 Jan 2024 15:44:35 +0100 Subject: [PATCH] Jenkinsfile fix rollout elasticsearch value --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 1d99b77..3a2b24f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' -- GitLab