Commit c4a31924 authored by xujian's avatar xujian

xx

parent 9898d752
...@@ -15,13 +15,13 @@ pipeline { ...@@ -15,13 +15,13 @@ pipeline {
agent any agent any
parameters { parameters {
// gitParameter branchFilter: 'origin/(.*)', defaultValue: 'master', name: 'BASE', type: 'PT_BRANCH_TAG', useRepository: '.*RuoYi-Cloud.git' // 后端 gitParameter branchFilter: 'origin/(.*)', defaultValue: 'master', name: 'BASE', type: 'PT_BRANCH_TAG', useRepository: '.*factory-tobacco-basic.git' // 后端
// gitParameter branchFilter: 'origin/(.*)', defaultValue: 'master', name: 'CORE', type: 'PT_BRANCH_TAG', useRepository: '.*RuoYi-Cloud.git' // 后端 gitParameter branchFilter: 'origin/(.*)', defaultValue: 'master', name: 'CORE', type: 'PT_BRANCH_TAG', useRepository: '.*factory-tobacco-qrcodecore.git' // 后端
// gitParameter branchFilter: 'origin/(.*)', defaultValue: 'master', name: 'HTJ', type: 'PT_BRANCH_TAG', useRepository: '.*RuoYi-Cloud.git' // 后端 gitParameter branchFilter: 'origin/(.*)', defaultValue: 'master', name: 'HTJ', type: 'PT_BRANCH_TAG', useRepository: '.*factory-tobacco-qrcode-htj.git' // 后端
// gitParameter branchFilter: 'origin/(.*)', defaultValue: 'master', name: 'WEB', type: 'PT_BRANCH_TAG', useRepository: '.*RuoYi-Cloud.git' // 后端 gitParameter branchFilter: 'origin/(.*)', defaultValue: 'master', name: 'WEB', type: 'PT_BRANCH_TAG', useRepository: '.*factory-tobacco-qrcode-htj-vue.git' // 后端
for (repo in repos) { // for (repo in repos) {
gitParameter branchFilter: 'origin/(.*)', defaultValue: repo.batch , name: repo.dir, type: 'PT_BRANCH_TAG', useRepository: repo.url // 后端 // gitParameter branchFilter: 'origin/(.*)', defaultValue: repo.batch , name: repo.dir, type: 'PT_BRANCH_TAG', useRepository: 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