Skip to content
Snippets Groups Projects
Commit 85fe65c9 authored by OZGCloud's avatar OZGCloud
Browse files

Jenkinsfile fix rollout git message

parent 48380fa1
No related branches found
No related tags found
No related merge requests found
...@@ -309,7 +309,7 @@ Void pushNewGitopsVersion(String environment) { ...@@ -309,7 +309,7 @@ Void pushNewGitopsVersion(String environment) {
sh "git add ${environment}/application/values/ozgcloud-keycloak-operator-values.yaml" sh "git add ${environment}/application/values/ozgcloud-keycloak-operator-values.yaml"
sh "git add ${environment}/application/values/ozgcloud-elasticsearch-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 commit -m 'jenkins rollout ${environment} ozgcloud operators version ${IMAGE_TAG}'"
sh 'git push https://${USER}:${TOKEN}@git.ozg-sh.de/ozgcloud-devops/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