Tomishinets Vladimir hace 4 años
padre
commit
4282aac165
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)
         }
       }