Commit 24b7b06e authored by daidekun's avatar daidekun

systemName:[${systemName}];branchName:[${branchName}]

parent c94e1fc6
...@@ -39,6 +39,7 @@ def call(body) { ...@@ -39,6 +39,7 @@ def call(body) {
stage('Checkout') { stage('Checkout') {
_utils.beautyEcho("Checkout", "stage") _utils.beautyEcho("Checkout", "stage")
_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