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
b9692e9a
Commit
b9692e9a
authored
Mar 09, 2026
by
李金钢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Jenkinsfile
parent
a26bdf73
Pipeline
#290
failed with stages
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
Jenkinsfile
Jenkinsfile
+10
-3
No files found.
Jenkinsfile
View file @
b9692e9a
...
...
@@ -32,14 +32,21 @@ pipeline {
// NODE_HOME = 'C:\\Program Files\\nodejs'
// }
agent
{
label
'ljgWinMachine'
// 动态匹配 ops 环境
}
parameters
{
string
(
name:
'appConfigName'
,
defaultValue:
'dehao'
,
description:
'Description for appConfigName'
)
string
(
name:
'SysName'
,
defaultValue:
'operation_platform'
,
description:
'Description for SysName:operation_platform,report_tool '
)
string
(
name:
'webapps'
,
defaultValue:
'unknown'
,
description:
'Description for audit webapps'
)
string
(
name:
'avg'
,
defaultValue:
'report'
,
description:
'Description for npm run build:avg 参数'
)
string
(
name:
'AGENT_LABEL'
,
defaultValue:
'ljgWinMachine'
,
description:
'输入 agent 节点 (默认:)'
)
}
agent
{
label
params
.
AGENT_LABEL
}
stages
{
...
...
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