Commit 34bd6be6 authored by daidekun's avatar daidekun

fixbugs

parent 24b7b06e
...@@ -39,7 +39,7 @@ def call(body) { ...@@ -39,7 +39,7 @@ def call(body) {
stage('Checkout') { stage('Checkout') {
_utils.beautyEcho("Checkout", "stage") _utils.beautyEcho("Checkout", "stage")
_utils().beautyEcho("systemName:[${systemName}];branchName:[${branchName}]", "info") _utils.beautyEcho("systemName:[${systemName}];branchName:[${branchName}]", "info")
switch (config.buildType) { switch (config.buildType) {
case "lua-ui": case "lua-ui":
_stage.checkout_lua_ui(branchName, gitRepo) _stage.checkout_lua_ui(branchName, gitRepo)
......
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