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

+ 1 - 1
devK8s.Jenkinsfile

@@ -95,7 +95,7 @@ pipeline {
             buildOps.npm()
           }
           echo "Build Promo"
-          dir("${SOURCE_DIR}/" + DOCKER_IMAGE.split("/")[1]) {
+          dir("${SOURCE_DIR}/promo" {
             buildOps.gradle()
           }
         }