Commit 9898d752 authored by xujian's avatar xujian

xx

parent e9182dc3
......@@ -47,7 +47,23 @@ pipeline {
// }
// }
// }
stage('参数定义') {
steps {
script {
for (repo in repos) {
properties([
parameters([
gitParameter(branchFilter: 'origin/(.*)',
defaultValue: repo.batch,
name: repo.dir,
type: 'PT_BRANCH_TAG',
useRepository: repo.url)
])
])
}
}
}
}
stage('步骤二: 代码获取'){
steps {
......
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