Commit 4f29fef8 authored by daidekun's avatar daidekun

node项目使用

parent fbf26d8e
......@@ -44,6 +44,9 @@ def call(body) {
case "lua-ui":
_stage.checkout_lua_ui(branchName, gitRepo)
break
case "nodejs":
_stage.checkout_lua_ui(branchName, gitRepo)
break
default:
_stage.checkout(branchName, systemName)
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