Browse Source

change COMMIT

Tomishinets Vladimir 4 years ago
parent
commit
578c3c96e5
1 changed files with 1 additions and 2 deletions
  1. 1 2
      devK8s.Jenkinsfile

+ 1 - 2
devK8s.Jenkinsfile

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