Commit dd107285 by xujian

xx

parent f1628af7
...@@ -70,7 +70,7 @@ pipeline { ...@@ -70,7 +70,7 @@ pipeline {
script { script {
for (repo in repos) { for (repo in repos) {
dir(repo.dir) { dir(repo.dir) {
git branch: "${params.dir}", credentialsId: 'bd2776e5-9885-4112-bdd7-01a6c30353a0', url: repo.url git branch: "${params.dir}", credentialsId: 'ead40959-5cfe-4aa2-a4ff-877d17478ce9', url: repo.url
} }
} }
} }
......
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