Commit fa66812c authored by daidekun's avatar daidekun

fixbugs

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