Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cicdhtj
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xujian
cicdhtj
Commits
1d8f4c2b
Commit
1d8f4c2b
authored
Feb 06, 2026
by
xujian
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/v2.11.08-251117-logs' into feature/v2.11.08-251128-等保问题整改
parents
18381772
fd2362d8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
51 additions
and
16 deletions
+51
-16
Jenkinsfile
Jenkinsfile
+14
-0
project.yaml
project.yaml
+37
-16
No files found.
Jenkinsfile
View file @
1d8f4c2b
...
@@ -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
,
...
...
project.yaml
View file @
1d8f4c2b
...
@@ -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,24 +135,50 @@ htj:
...
@@ -140,24 +135,50 @@ 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
other
:
dir
:
"
OTHER"
type
:
"
mvn"
url
:
"
http://114.116.202.8:18369/factory-tobacco/factory-tobacco-Independent.git"
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
-
name
:
factory-tobacco-qrcode-modules-wip-relation
path
:
factory-tobacco-qrcode-modules-wip-relation
path
:
factory-tobacco-qrcode-modules-wip-relation
isEncryption
:
false
isEncryption
:
false
version
:
v2.11.08-25.12.15.001
version
:
v2.11.08-25.12.15.001
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
:
factory-tobacco-qrcode-module-sharingdata-query
path
:
factory-tobacco-qrcode-module-sharingdata-query
isEncryption
:
false
version
:
v2.11.08-25.02.03.003
isUpdate
:
true
web
:
web
:
dir
:
"
WEB"
dir
:
"
WEB"
name
:
"
qrcode-pcb-factory-pcb"
name
:
"
qrcode-pcb-factory-pcb"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment