Commit a43c07a0 authored by wentao.suo's avatar wentao.suo

fix

parent 88319926
...@@ -180,7 +180,8 @@ def checkout_luaui(systemName, branchName) { ...@@ -180,7 +180,8 @@ def checkout_luaui(systemName, branchName) {
git branch: branchName, credentialsId: 'e1ccb1ac-1282-4fb4-b766-530ca1a2a2db', url: gitPath git branch: branchName, credentialsId: 'e1ccb1ac-1282-4fb4-b766-530ca1a2a2db', url: gitPath
def bowerResult = ext_bower_install() def bowerResult = ext_bower_install()
def npmResult = ext_npm_intall() def npmResult = ext_npm_intall()
def resultNum = bowerResult +resultNum def resultNum = bowerResult +npmResult
if(resultNum ==0){ if(resultNum ==0){
echo ">>>>>>> is simple ui project" echo ">>>>>>> is simple ui project"
sh "mkdir dist" sh "mkdir dist"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment