Commit 213f06e9 authored by wentao.suo's avatar wentao.suo

fff

parent da42469a
...@@ -71,7 +71,7 @@ def call(body) { ...@@ -71,7 +71,7 @@ def call(body) {
_utils.beautyEcho("Build", "stage") _utils.beautyEcho("Build", "stage")
switch (config.buildType) { switch (config.buildType) {
case "java": case "java":
_stage.build_javanamespace, originSystemName, contextDir) _stage.build_java(namespace, originSystemName, contextDir)
break break
case "nodejs": case "nodejs":
_stage.build_nodejs(namespace, originSystemName, contextDir) _stage.build_nodejs(namespace, originSystemName, 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