Commit e037a025 authored by wentao.suo's avatar wentao.suo

fff

parent e777ffb4
......@@ -67,29 +67,7 @@ def call(body) {
}
}
stage('Prepare') {
_utils.beautyEcho("Prepare", "stage")
contextDir = _utils.contextDir(workspace)
_stage.before_prepare(contextDir)
switch (config.buildType) {
case "java":
_stage.prepare_java(systemName, contextDir)
break
case "nodejs":
_stage.prepare_nodejs(systemName, contextDir)
break
case "python":
_stage.prepare_python(systemName, contextDir)
break
case "lua-ui":
_stage.prepare_luaui(systemName, contextDir)
break
default:
echo "未知的buildType: ${config.buildType}"
break
}
}
stage('Build') {
_utils.beautyEcho("Build", "stage")
switch (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