Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
C
cpas6-install
Project
Project
Details
Activity
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
李金钢
cpas6-install
Commits
bbc8dde2
Commit
bbc8dde2
authored
Mar 12, 2026
by
lijingang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 添加安装包目录和发布目录参数,更新描述
parent
1ca5849b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
Jenkinsfile
Jenkinsfile
+3
-1
No files found.
Jenkinsfile
View file @
bbc8dde2
...
@@ -43,8 +43,10 @@ pipeline {
...
@@ -43,8 +43,10 @@ pipeline {
defaultValue:
'windowsPackageMachine'
,
defaultValue:
'windowsPackageMachine'
,
description:
'输入 agent 节点 (可选:ljgWinMachine or lzxWinMachine)'
description:
'输入 agent 节点 (可选:ljgWinMachine or lzxWinMachine)'
)
)
string
(
name:
'NODE_WORKING_DIR'
,
defaultValue:
'G:\\cpas-framework'
,
description:
'
Node.js
脚本执行的工作目录 G:\\cpas-framework'
)
string
(
name:
'NODE_WORKING_DIR'
,
defaultValue:
'G:\\cpas-framework'
,
description:
'
electron打包
脚本执行的工作目录 G:\\cpas-framework'
)
string
(
name:
'BRANCH_NAME'
,
defaultValue:
'main'
,
description:
'要构建的分支名称'
)
string
(
name:
'BRANCH_NAME'
,
defaultValue:
'main'
,
description:
'要构建的分支名称'
)
string
(
name:
'INSTALLATION_DIR'
,
defaultValue:
'E:/CPAS6-101 UFCPAS6.0 致同智审IAS版_测试版'
,
description:
'安装包打包目录:E:/CPAS6-101 UFCPAS6.0 致同智审IAS版_测试版'
)
string
(
name:
'PUBLISH_DIR'
,
defaultValue:
'E:/产品安装包/05 大客户专版/109 致同/CPAS6.0 IAS版'
,
description:
'发布目录:E:/产品安装包/05 大客户专版/109 致同/CPAS6.0 IAS版'
)
}
}
agent
{
agent
{
...
...
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