Commit 6f7bade6 authored by daidekun's avatar daidekun

fixbugs

parent ee6ac0b5
......@@ -60,7 +60,10 @@ def call(body) {
case "java":
_stage.build_java(namespace, systemName, contextDir)
break
case "ui", "nodejs":
case "ui":
_stage.build_nodejs_and_ui(namespace, systemName, contextDir)
break
case "nodejs":
_stage.build_nodejs_and_ui(namespace, systemName, contextDir)
break
case "python":
......
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