Browse Source

修复 构建脚本

zhiqiang.yu 1 month ago
parent
commit
0b69913dc8
1 changed files with 1 additions and 1 deletions
  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)