Commit 48cde0a1 authored by xujian's avatar xujian

项目拆分

parent e7379659
...@@ -25,6 +25,7 @@ pipeline { ...@@ -25,6 +25,7 @@ pipeline {
gitParameter branchFilter: 'origin/(.*)', defaultValue: defaultBranch, name: 'BASE', type: 'PT_BRANCH_TAG', useRepository: '.*factory-tobacco-basic.git' // 后端 gitParameter branchFilter: 'origin/(.*)', defaultValue: defaultBranch, name: 'BASE', type: 'PT_BRANCH_TAG', useRepository: '.*factory-tobacco-basic.git' // 后端
gitParameter branchFilter: 'origin/(.*)', defaultValue: defaultBranch, name: 'CORE', type: 'PT_BRANCH_TAG', useRepository: '.*factory-tobacco-qrcodecore-new.git' // 后端 gitParameter branchFilter: 'origin/(.*)', defaultValue: defaultBranch, name: 'CORE', type: 'PT_BRANCH_TAG', useRepository: '.*factory-tobacco-qrcodecore-new.git' // 后端
gitParameter branchFilter: 'origin/(.*)', defaultValue: defaultBranch, name: 'HTJ', type: 'PT_BRANCH_TAG', useRepository: '.*factory-tobacco-qrcode-htj.git' // 后端 gitParameter branchFilter: 'origin/(.*)', defaultValue: defaultBranch, name: 'HTJ', type: 'PT_BRANCH_TAG', useRepository: '.*factory-tobacco-qrcode-htj.git' // 后端
gitParameter branchFilter: 'origin/(.*)', defaultValue: defaultBranch, name: 'OTHER', type: 'PT_BRANCH_TAG', useRepository: '.*factory-tobacco-Independent.git' // 后端
gitParameter branchFilter: 'origin/(.*)', defaultValue: defaultBranch, name: 'WEB', type: 'PT_BRANCH_TAG', useRepository: '.*factory-tobacco-qrcode-htj-vue.git' // 后端 gitParameter branchFilter: 'origin/(.*)', defaultValue: defaultBranch, name: 'WEB', type: 'PT_BRANCH_TAG', useRepository: '.*factory-tobacco-qrcode-htj-vue.git' // 后端
} }
...@@ -44,6 +45,7 @@ pipeline { ...@@ -44,6 +45,7 @@ pipeline {
repos.add([dir: smallfile.base.dir, type: smallfile.base.type, isUpdate: smallfile.base.isUpdate, url: smallfile.base.url]) repos.add([dir: smallfile.base.dir, type: smallfile.base.type, isUpdate: smallfile.base.isUpdate, url: smallfile.base.url])
repos.add([dir: smallfile.core.dir, type: smallfile.core.type, isUpdate: smallfile.core.isUpdate, url: smallfile.core.url]) repos.add([dir: smallfile.core.dir, type: smallfile.core.type, isUpdate: smallfile.core.isUpdate, url: smallfile.core.url])
repos.add([dir: smallfile.htj.dir, type: smallfile.htj.type, isUpdate: smallfile.htj.isUpdate, url: smallfile.htj.url]) repos.add([dir: smallfile.htj.dir, type: smallfile.htj.type, isUpdate: smallfile.htj.isUpdate, url: smallfile.htj.url])
repos.add([dir: smallfile.other.dir, type: smallfile.other.type, isUpdate: smallfile.other.isUpdate, url: smallfile.other.url])
repos.add([dir: smallfile.web.dir, type: smallfile.web.type, isUpdate: smallfile.web.isUpdate, url: smallfile.web.url]) repos.add([dir: smallfile.web.dir, type: smallfile.web.type, isUpdate: smallfile.web.isUpdate, url: smallfile.web.url])
if(smallfile.pushPath) push_path=smallfile.pushPath if(smallfile.pushPath) push_path=smallfile.pushPath
...@@ -87,6 +89,18 @@ pipeline { ...@@ -87,6 +89,18 @@ pipeline {
]) ])
} }
} }
if(smallfile.other.module) {
for (module in smallfile.other.module) {
modules.add([
dir: smallfile.other.dir,
name: module.name,
version: module.version,
isUpdate: module.isUpdate,
isEncryption: module.isEncryption,
path: module.path
])
}
}
if(smallfile.web) { if(smallfile.web) {
webs.add([ webs.add([
dir: smallfile.web.dir, dir: smallfile.web.dir,
......
...@@ -59,7 +59,7 @@ core: ...@@ -59,7 +59,7 @@ core:
path: factory-tobacco-qrcode-modules-monitor-alarm path: factory-tobacco-qrcode-modules-monitor-alarm
isEncryption: false isEncryption: false
version: v2.11.08-25.01.06.002 version: v2.11.08-25.01.06.002
isUpdate: true isUpdate: false
- name: qrcode-modules-stmb-register-pcb - name: qrcode-modules-stmb-register-pcb
path: factory-tobacco-qrcode-modules-stmb-register path: factory-tobacco-qrcode-modules-stmb-register
...@@ -104,11 +104,6 @@ htj: ...@@ -104,11 +104,6 @@ htj:
version: v2.11.08-25.12.15.002 version: v2.11.08-25.12.15.002
isUpdate: false isUpdate: false
- name: factory-tobacco-qrcode-module-product-syncmes
path: factory-tobacco-qrcode-module-product-syncmes
isEncryption: false
version: v2.11.08-25.12.15.002
isUpdate: false
- name: qrcode-modules-db-version-control-pcb - name: qrcode-modules-db-version-control-pcb
path: factory-tobacco-qrcode-modules-db-version-control path: factory-tobacco-qrcode-modules-db-version-control
...@@ -140,23 +135,49 @@ htj: ...@@ -140,23 +135,49 @@ htj:
version: v2.11.08-25.12.15.002 version: v2.11.08-25.12.15.002
isUpdate: false isUpdate: false
- name: factory-tobacco-qrcode-modules-product-statistics
path: factory-tobacco-qrcode-modules-product-statistics
isEncryption: false
version: v2.11.08-25.12.15.001
isUpdate: false
- name: qrcode-modules-product-upload-pcb - name: qrcode-modules-product-upload-pcb
path: factory-tobacco-qrcode-modules-product-upload path: factory-tobacco-qrcode-modules-product-upload
isEncryption: true isEncryption: true
version: v2.11.08-25.12.15.002 version: v2.11.08-25.12.15.002
isUpdate: false isUpdate: false
- name: factory-tobacco-qrcode-modules-wip-relation other:
path: factory-tobacco-qrcode-modules-wip-relation dir: "OTHER"
isEncryption: false type: "mvn"
version: v2.11.08-25.12.15.001 url: "http://114.116.202.8:18369/factory-tobacco/factory-tobacco-Independent.git"
isUpdate: false namespace: qrcode-xxx
isUpdate: true
module:
- name: factory-tobacco-qrcode-module-monitoring-platform
path: factory-tobacco-qrcode-module-monitoring-platform
isEncryption: false
version: v2.11.08-26.01.06.001
isUpdate: false
- name: factory-tobacco-qrcode-module-product-syncmes
path: factory-tobacco-qrcode-module-product-syncmes
isEncryption: false
version: v2.11.08-25.12.15.002
isUpdate: false
- name: factory-tobacco-qrcode-modules-wip-relation
path: factory-tobacco-qrcode-modules-wip-relation
isEncryption: false
version: v2.11.08-25.12.15.001
isUpdate: false
- name: factory-tobacco-qrcode-modules-product-statistics
path: factory-tobacco-qrcode-modules-product-statistics
isEncryption: false
version: v2.11.08-25.12.15.001
isUpdate: false
- name: factory-tobacco-qrcode-module-sharingdata-query
path: factory-tobacco-qrcode-module-sharingdata-query
isEncryption: false
version: v2.11.08-25.02.03.001
isUpdate: true
web: web:
dir: "WEB" dir: "WEB"
......
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