Commit 506a92ff authored by wentao.suo's avatar wentao.suo

change urge-dispathcer to urge_dispatcher

parent 0cd6613a
...@@ -55,7 +55,7 @@ def checkout(branchName, systemName) { ...@@ -55,7 +55,7 @@ def checkout(branchName, systemName) {
git_path = project_attr(systemName)["gitPath"] git_path = project_attr(systemName)["gitPath"]
if(git_path =="git@gitabc.xyqb.com:data-riskcontrol/urge-dispatcher.git"){ if(git_path =="git@gitabc.xyqb.com:data-riskcontrol/urge-dispatcher.git"){
git_path = "git@gitabc.xyqb.com:data-riskcontrol/urge-dispatcher.git" git_path = "git@gitabc.xyqb.com:data-riskcontrol/urge_dispatcher.git"
} }
_utils().beautyEcho("git_path:" + git_path, "info") _utils().beautyEcho("git_path:" + git_path, "info")
git branch: branchName, credentialsId: 'e1ccb1ac-1282-4fb4-b766-530ca1a2a2db', url: git_path git branch: branchName, credentialsId: 'e1ccb1ac-1282-4fb4-b766-530ca1a2a2db', url: git_path
......
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