Explorar o código

修复 构建脚本

zhiqiang.yu hai 1 mes
pai
achega
0b69913dc8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      poyee-micro/DEV/Jenkinsfile

+ 1 - 1
poyee-micro/DEV/Jenkinsfile

@@ -21,7 +21,7 @@ pipeline {
                         jdk = tool name: 'openJDK8'
                         env.JAVA_HOME = "${jdk}"
                         
-                        dir("AHX-micro/DEV") {
+                        dir("poyee-micro/DEV") {
 
                             def PROJECT_CONFIG = yaml2Map.read('cfg.yaml').project
                             def CONFIG = yaml2Map.merge(PROJECT_CONFIG, GLOBAL_CONFIG)