Commit bf47432d authored by daidekun's avatar daidekun

a

parent d848708f
...@@ -45,6 +45,9 @@ def call(body) { ...@@ -45,6 +45,9 @@ def call(body) {
case "python": case "python":
_stage.prepare_python(contextDir) _stage.prepare_python(contextDir)
break break
default:
echo "未知的buildType: $config.buildType"
break
} }
} }
...@@ -63,6 +66,9 @@ def call(body) { ...@@ -63,6 +66,9 @@ def call(body) {
case "python": case "python":
_stage.build_python(namespace, systemName, contextDir) _stage.build_python(namespace, systemName, contextDir)
break break
default:
echo "未知的buildType: $config.buildType"
break
} }
} }
......
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