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

fff

parent 55f56c66
......@@ -16,7 +16,7 @@ def call(body) {
def gitRepo = env.GIT_REPO
def systemName = env.GIT_REPO_NAME
def branchName = env.BRANCH_NAME.replaceAll("refs/heads/","")
def buildType = env.BUILD_TYPE
def buildType = env.BUILD_TYPE == "ui" ? "lua-ui" : env.BUILD_TYPE
/* def namespace = env.NAMESPACE*/
/* def isDeploy = env.IS_DEPLOY*/
......
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