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

ffff

parent c4ff8827
...@@ -91,10 +91,10 @@ def checkout(buildType,systemName, branchName) { ...@@ -91,10 +91,10 @@ def checkout(buildType,systemName, branchName) {
build_nodejs(systemName, branchName) build_nodejs(systemName, branchName)
break break
case "python": case "python":
build_python(gitPath, branchName) build_python(systemName, branchName)
break break
case "lua-ui": case "lua-ui":
build_luaui(gitPath, branchName) build_luaui(systemName, branchName)
break break
default: default:
echo "未知的buildType: ${config.buildType}" echo "未知的buildType: ${config.buildType}"
......
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