Commit 3deffc9d authored by daidekun's avatar daidekun

拆ui和node的build方法

parent 4de3816b
......@@ -69,10 +69,10 @@ def call(body) {
_stage.build_java(namespace, systemName, contextDir)
break
case "ui":
_stage.build_nodejs_and_ui(namespace, systemName, contextDir, gitRepo, branchName, workspace)
_stage.build_ui(namespace, systemName, contextDir, gitRepo, branchName, workspace)
break
case "nodejs":
_stage.build_nodejs_and_ui(namespace, systemName, contextDir, gitRepo, branchName, workspace)
_stage.build_nodejs(namespace, systemName, contextDir, gitRepo, branchName, workspace)
break
case "python":
_stage.build_python(namespace, systemName, contextDir)
......
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