Explorar el Código

change COMMIT

Tomishinets Vladimir hace 4 años
padre
commit
578c3c96e5
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      devK8s.Jenkinsfile

+ 1 - 2
devK8s.Jenkinsfile

@@ -92,8 +92,7 @@ pipeline {
       steps {
         script {
           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)
         }
       }