diff --git a/Jenkinsfile b/Jenkinsfile index 3ce8584040360e131cc9c5c1554033bf521ccfc0..2e2c694b387eed81a1dc394c9ea52951930b6e8a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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'