Browse Source

missprints

Tomishinets Vladimir 4 years ago
parent
commit
4282aac165
1 changed files with 1 additions and 1 deletions
  1. 1 1
      devK8s.Jenkinsfile

+ 1 - 1
devK8s.Jenkinsfile

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