Commit 9e818a0a authored by daidekun's avatar daidekun

gitRepo in

parent d0419008
...@@ -69,7 +69,7 @@ def checkoutLuaUI(branchName, gitRepo) { ...@@ -69,7 +69,7 @@ def checkoutLuaUI(branchName, gitRepo) {
project = t1[1] project = t1[1]
dir (project) { dir (project) {
if (gitRepo == "QG/di-ting-ui") { if (gitRepo in ["QG/di-ting-ui","QG/di-ting"]) {
git branch: branchName, credentialsId: 'e1ccb1ac-1282-4fb4-b766-530ca1a2a2db', url: "git@gitabc.xyqb.com:${gitRepo}.git" git branch: branchName, credentialsId: 'e1ccb1ac-1282-4fb4-b766-530ca1a2a2db', url: "git@gitabc.xyqb.com:${gitRepo}.git"
}else { }else {
git branch: branchName, credentialsId: 'e1ccb1ac-1282-4fb4-b766-530ca1a2a2db', url: "git@git.quantgroup.cn:${gitRepo}.git" git branch: branchName, credentialsId: 'e1ccb1ac-1282-4fb4-b766-530ca1a2a2db', url: "git@git.quantgroup.cn:${gitRepo}.git"
......
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