Commit 1c5f8049 by xujian

xx

parent b161e46f
......@@ -70,7 +70,7 @@ pipeline {
script {
for (repo in repos) {
dir(repo.dir) {
git branch: "${repo.dir}", credentialsId: '0fba0f76-d958-4800-8165-cad2442392ff', url: repo.url
git branch: "${params.[repo.dir]}", credentialsId: '0fba0f76-d958-4800-8165-cad2442392ff', 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