瀏覽代碼

first commit

zhoucg 5 月之前
父節點
當前提交
eee9f91ac3
共有 4 個文件被更改,包括 4 次插入4 次删除
  1. 1 1
      00base/01yvan-ext.groovy
  2. 1 1
      00base/01yvan-ext.sh
  3. 1 1
      00base/02yvan-ext-mobile.groovy
  4. 1 1
      00base/02yvan-ext-mobile.sh

+ 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]