Commit 9c049bee authored by wentao.suo's avatar wentao.suo

fix

parent 2dc1eea4
......@@ -13,23 +13,18 @@ def call(body) {
def env = body.env
def systemName = env.GIT_PRO_NAME
def branchName = env.BRANCH_NAME
def buildType = env.BUILD_TYPE == "ui" ? "lua-ui" : env.BUILD_TYPE
/* def namespace = env.NAMESPACE*/
/* def isDeploy = env.IS_DEPLOY*/
def buildNumber = env.BUILD_NUMBER //
def cluster = env.CLUSTER // dev
def harborHost =env.HARBOR_HOST //192.168.4.4
def imageTag =env.IMAGE_TAG // Library/xyqb:master-1213123
def contextDir = _stage.contextMkdir("${systemName}-${timeStemp}")
def timeStemp = env.TIMESTEMP
def contextDir = _stage.contextMkdir("${systemName}-${timeStemp}")
def imageTagInfo =[harborHost:"http://${harborHost}",imageTag:"${harborHost}/${imageTag}"]
def branchHashCode
......
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