Browse Source

missprint

Tomishinets Vladimir 3 years ago
parent
commit
7c6f188287
1 changed files with 2 additions and 1 deletions
  1. 2 1
      updateK8s.Jenkinsfile

+ 2 - 1
updateK8s.Jenkinsfile

@@ -78,7 +78,8 @@ pipeline {
       steps {
       steps {
         script {
         script {
           echo "Push changes to Repo"
           echo "Push changes to Repo"
-          COMMIT = "Version update ${Laboratory} to ${TAG}"
+          PROJECT = DOCKER_IMAGE.split("/")[1]
+          COMMIT = "Version update ${PROJECT} to ${TAG}"
           gitOps.push(HELM_DIR, COMMIT)
           gitOps.push(HELM_DIR, COMMIT)
         }
         }
       }
       }