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

fix

parent 9c049bee
...@@ -23,10 +23,10 @@ def call(body) { ...@@ -23,10 +23,10 @@ def call(body) {
def harborHost =env.HARBOR_HOST //192.168.4.4 def harborHost =env.HARBOR_HOST //192.168.4.4
def imageTag =env.IMAGE_TAG // Library/xyqb:master-1213123 def imageTag =env.IMAGE_TAG // Library/xyqb:master-1213123
def timeStemp = env.TIMESTEMP def timeStemp = env.TIMESTEMP
def contextDir = _stage.contextMkdir("${systemName}-${timeStemp}")
def imageTagInfo =[harborHost:"http://${harborHost}",imageTag:"${harborHost}/${imageTag}"] def imageTagInfo =[harborHost:"http://${harborHost}",imageTag:"${harborHost}/${imageTag}"]
def contextDir
def branchHashCode def branchHashCode
def schemaInfo = ""+ def schemaInfo = ""+
...@@ -44,7 +44,7 @@ def call(body) { ...@@ -44,7 +44,7 @@ def call(body) {
node { node {
try { try {
contextDir = _stage.contextMkdir("${systemName}-${timeStemp}")
/* 1 */ /* 1 */
stage('Init') { stage('Init') {
_utils.beautyEcho("Init", "stage") _utils.beautyEcho("Init", "stage")
......
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