Commit f09db5ae authored by daidekun's avatar daidekun

Merge branch 'master' of git.quantgroup.cn:QA/global-jenkinsfile

parents fd93d24a fa66812c
...@@ -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