|
@@ -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
|
|
|
"""
|