Commit 1ec52ec4 authored by daidekun's avatar daidekun

fix

parent 95464324
...@@ -70,7 +70,7 @@ def checkoutLuaUI(branchName, gitRepo) { ...@@ -70,7 +70,7 @@ def checkoutLuaUI(branchName, gitRepo) {
dir (project) { dir (project) {
if (gitRepo == "QG/di-ting-ui") { if (gitRepo == "QG/di-ting-ui") {
git branch: branchName, credentialsId: 'c6be40a7-235a-46db-89b8-61cfcbcbc1c4', 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