Commit 9675a84e authored by daidekun's avatar daidekun

fixbugs

parent e8a5aea3
...@@ -66,16 +66,16 @@ def call(body) { ...@@ -66,16 +66,16 @@ def call(body) {
_utils.beautyEcho(4, 'Build') _utils.beautyEcho(4, 'Build')
switch (config.buildType) { switch (config.buildType) {
case "java": case "java":
_stage.build_java(namespace, systemName, contextDir) _stage.build_java(namespace, originSystemName, contextDir)
break break
case "ui": case "ui":
_stage.build_ui(namespace, systemName, contextDir, gitRepo, branchName, workspace) _stage.build_ui(namespace, originSystemName, contextDir, gitRepo, branchName, workspace)
break break
case "nodejs": case "nodejs":
_stage.build_nodejs(namespace, systemName, contextDir, gitRepo, branchName, workspace) _stage.build_nodejs(namespace, originSystemName, contextDir, gitRepo, branchName, workspace)
break break
case "python": case "python":
_stage.build_python(namespace, systemName, contextDir) _stage.build_python(namespace, originSystemName, contextDir)
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