Commit 87cd43be authored by xujian's avatar xujian

xx

parent 6f0ce723
...@@ -48,7 +48,7 @@ pipeline { ...@@ -48,7 +48,7 @@ pipeline {
script { script {
for (repo in repos) { for (repo in repos) {
dir(repo.dir) { dir(repo.dir) {
git branch: "${params[repo.dir]}", credentialsId: '0fba0f76-d958-4800-8165-cad2442392ff', url: repo.url git branch: "${params[repo.dir]}", credentialsId: '175beac7-7b6f-4171-a605-a268377d2937', 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