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
79095866
Commit
79095866
authored
Mar 17, 2026
by
lijingang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
log
parent
ad885839
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
AutoUpdate.iss
AutoUpdate.iss
+3
-2
Jenkinsfile
Jenkinsfile
+2
-2
No files found.
AutoUpdate.iss
View file @
79095866
...
@@ -74,7 +74,7 @@ Source: "Config\ExportExcel.xml"; DestDir: "{app}\Config"; Flags: ignoreversio
...
@@ -74,7 +74,7 @@ Source: "Config\ExportExcel.xml"; DestDir: "{app}\Config"; Flags: ignoreversio
;Source: "Config\*"; DestDir: "{app}\Config"; Flags: ignoreversion recursesubdirs createallsubdirs
;Source: "Config\*"; DestDir: "{app}\Config"; Flags: ignoreversion recursesubdirs createallsubdirs
;Source: "Data\*"; DestDir: "{app}\Data"; Flags: ignoreversion recursesubdirs createallsubdirs
;Source: "Data\*"; DestDir: "{app}\Data"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "SysBPL\*"; DestDir: "{app}\SysBPL"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "SysBPL\*"; DestDir: "{app}\SysBPL"; Flags: ignoreversion recursesubdirs createallsubdirs
; 不能添加
Source: "SourceData\*"; DestDir: "{app}\SourceData"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "SourceData\*"; DestDir: "{app}\SourceData"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "数据采集工具\*"; DestDir: "{app}\数据采集工具"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "数据采集工具\*"; DestDir: "{app}\数据采集工具"; Flags: ignoreversion recursesubdirs createallsubdirs
;Source: "演示数据\*"; DestDir: "{app}\演示数据"; Flags: ignoreversion recursesubdirs createallsubdirs
;Source: "演示数据\*"; DestDir: "{app}\演示数据"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "AppData\*"; DestDir: "{app}\AppData"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "AppData\*"; DestDir: "{app}\AppData"; Flags: ignoreversion recursesubdirs createallsubdirs
...
@@ -265,7 +265,8 @@ begin
...
@@ -265,7 +265,8 @@ begin
begin //暂时不行,找不到bpl
begin //暂时不行,找不到bpl
workdir := ExpandConstant('{app}\SysBpl');
workdir := ExpandConstant('{app}\SysBpl');
ShellExec('',ExpandConstant('{app}\{#MyAppExeName6}'),'',workdir, SW_Show,ewNoWait, ResultCode)
ShellExec('',ExpandConstant('{app}\{#MyAppExeName6}'),'',workdir, SW_Show,ewNoWait, ResultCode)
//ShellExec('open',ExpandConstant('{app}\SourceData\UFCPAS_Init.exe'),'InstanceName=AudSql2014 autoini', ExpandConstant('{app}'), SW_Show,ewWaitUntilTerminated, ResultCode)
//完成后执行数据初始化
end;
end;
...
...
Jenkinsfile
View file @
79095866
...
@@ -34,7 +34,7 @@ pipeline {
...
@@ -34,7 +34,7 @@ pipeline {
parameters
{
parameters
{
string
(
name:
'appConfigName'
,
defaultValue:
'
standard
'
,
description:
'Description for appConfigName eg:standard , dh ,xgm'
)
string
(
name:
'appConfigName'
,
defaultValue:
'
dh
'
,
description:
'Description for appConfigName eg:standard , dh ,xgm'
)
string
(
name:
'SysName'
,
defaultValue:
'report_tool'
,
description:
'Description for SysName:operation_platform,report_tool '
)
string
(
name:
'SysName'
,
defaultValue:
'report_tool'
,
description:
'Description for SysName:operation_platform,report_tool '
)
string
(
name:
'webapps'
,
defaultValue:
'unknown'
,
description:
'Description for audit webapps'
)
string
(
name:
'webapps'
,
defaultValue:
'unknown'
,
description:
'Description for audit webapps'
)
string
(
name:
'avg'
,
defaultValue:
'report'
,
description:
'Description for npm run build:avg 参数'
)
string
(
name:
'avg'
,
defaultValue:
'report'
,
description:
'Description for npm run build:avg 参数'
)
...
@@ -44,7 +44,7 @@ pipeline {
...
@@ -44,7 +44,7 @@ pipeline {
description:
'输入 agent 节点 (可选:ljgWinMachine or lzxWinMachine)'
description:
'输入 agent 节点 (可选:ljgWinMachine or lzxWinMachine)'
)
)
string
(
name:
'NODE_WORKING_DIR'
,
defaultValue:
'G:\\cpas-framework'
,
description:
'electron打包脚本执行的工作目录 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:
'
release-report-060320
'
,
description:
'要构建的分支名称'
)
string
(
name:
'INSTALLATION_DIR'
,
defaultValue:
''
,
description:
'安装包打包目录:E:/CPAS6-101 UFCPAS6.0 致同智审IAS版_测试版'
)
string
(
name:
'INSTALLATION_DIR'
,
defaultValue:
''
,
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版'
)
string
(
name:
'PUBLISH_DIR'
,
defaultValue:
'E:/产品安装包/05 大客户专版/109 致同/CPAS6.0 IAS版'
,
description:
'发布目录:E:/产品安装包/05 大客户专版/109 致同/CPAS6.0 IAS版'
)
}
}
...
...
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