Commit e8a5aea3 authored by daidekun's avatar daidekun

fixbugs

parent dabd04f0
......@@ -13,7 +13,8 @@ def call(body) {
t = gitRepo.split("/")
def gitGroup = t[0]
def systemName = t[1].toLowerCase()
def originSystemName = t[1]
def systemName = originSystemName.toLowerCase()
def harborGroup = "library"
def workspace = "/home/quant_group/jenkins_home/workspace/${env.JOB_NAME}"
......
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