zhoucg 5 kuukautta sitten
vanhempi
commit
eee9f91ac3

+ 1 - 1
00base/01yvan-ext.groovy

@@ -20,7 +20,7 @@ pipeline {
         stage('#编译项目') {
             steps {
                 sh """
-                    wget -N http://git.yvanui.com/lizhiwei/jztd-deploy/raw/master/00base/01yvan-ext.sh
+                    wget -N http://git.yvanui.com/projects/jztd-deploy/raw/master/00base/01yvan-ext.sh
                     chmod +x 01yvan-ext.sh
                     ./01yvan-ext.sh deploy
                 """

+ 1 - 1
00base/01yvan-ext.sh

@@ -98,4 +98,4 @@ else
   echo "输入操作参数: pull deploy"
 fi
 
-# bash <(curl -s http://git.yvanui.com/arch/jztd-deploy/raw/master/00base/01yvan-ext.sh) [cmd]
+# bash <(curl -s http://git.yvanui.com/projects/jztd-deploy/raw/master/00base/01yvan-ext.sh) [cmd]

+ 1 - 1
00base/02yvan-ext-mobile.groovy

@@ -20,7 +20,7 @@ pipeline {
         stage('#编译项目') {
             steps {
                 sh """
-                    wget -N http://git.yvanui.com/lizhiwei/jztd-deploy/raw/master/00base/02yvan-ext-mobile.sh
+                    wget -N http://git.yvanui.com/projects/jztd-deploy/raw/master/00base/02yvan-ext-mobile.sh
                     chmod +x 02yvan-ext-mobile.sh
                     ./02yvan-ext-mobile.sh deploy
                 """

+ 1 - 1
00base/02yvan-ext-mobile.sh

@@ -98,4 +98,4 @@ else
   echo "输入操作参数: pull deploy"
 fi
 
-# bash <(curl -s http://git.yvanui.com/lizhiwei/jztd-deploy/raw/master/00base/02yvan-ext-mobile.sh) [cmd]
+# bash <(curl -s http://git.yvanui.com/projects/jztd-deploy/raw/master/00base/02yvan-ext-mobile.sh) [cmd]