Commit bb8b2cb4 authored by daidekun's avatar daidekun

namespace, originSystemName, contextDir, gitRepo, branchName, workspace

parent c8fdb18c
...@@ -82,7 +82,7 @@ def call(body) { ...@@ -82,7 +82,7 @@ def call(body) {
_stage.build_python(namespace, originSystemName, contextDir) _stage.build_python(namespace, originSystemName, contextDir)
break break
case "lua-ui": case "lua-ui":
_stage.build_luaui(namespace, originSystemName, contextDir) _stage.build_luaui(namespace, originSystemName, contextDir, gitRepo, branchName, workspace)
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