Commit fa66812c authored by daidekun's avatar daidekun

fixbugs

parent 119162e6
...@@ -8,8 +8,8 @@ def call(body) { ...@@ -8,8 +8,8 @@ def call(body) {
def workspace = "/home/quant_group/jenkins_home/workspace/${env.JOB_NAME}" def workspace = "/home/quant_group/jenkins_home/workspace/${env.JOB_NAME}"
def imageTag def imageTag
def _stage = new org.qg.docker.StageBucket() def _stage = new org.qg.tools.StageBucket()
def _utils = new org.qg.docker.Utils() def _utils = new org.qg.tools.Utils()
body.resolveStrategy = Closure.DELEGATE_FIRST body.resolveStrategy = Closure.DELEGATE_FIRST
body.delegate = config body.delegate = config
...@@ -33,7 +33,7 @@ def call(body) { ...@@ -33,7 +33,7 @@ def call(body) {
_utils.beautyEcho("Checkout", "stage") _utils.beautyEcho("Checkout", "stage")
switch (systemName) { switch (systemName) {
case "eos": case "eos":
_stage.checkout_eos() _stage.checkout_eos(contextDir)
break break
default: default:
echo "Stage_Checkout: 未知的系统: ${systemName}" echo "Stage_Checkout: 未知的系统: ${systemName}"
......
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