Commit bb8b2cb4 authored by daidekun's avatar daidekun

namespace, originSystemName, contextDir, gitRepo, branchName, workspace

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