Commit 6e147ffd by xujian

xx

parent 8c32fdaa
......@@ -98,7 +98,7 @@ pipeline {
script {
for (repo in repos) {
dir(repo.dir) {
if (repo.isUpdate) git branch: "${params[repo.dir]}", credentialsId: '175beac7-7b6f-4171-a605-a268377d2937', 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