Tomishinets Vladimir hace 4 años
padre
commit
f8bdf7c1f5
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}/promo" {
+          dir("${SOURCE_DIR}/promo") {
             buildOps.gradle()
           }
         }