Commit 01d61f35 authored by lijingang's avatar lijingang

feat: 新增参数

parent 0ec47963
......@@ -40,10 +40,10 @@ pipeline {
string(name: 'avg', defaultValue: 'report', description: 'Description for npm run build:avg 参数')
string(
name: 'AGENT_LABEL',
defaultValue: 'ljgWinMachine',
description: '输入 agent 节点 (默认:)'
defaultValue: 'windowsPackageMachine',
description: '输入 agent 节点 (可选:ljgWinMachine or lzxWinMachine)'
)
string(name: 'NODE_WORKING_DIR', defaultValue: '.', description: 'Node.js 脚本执行的工作目录')
string(name: 'NODE_WORKING_DIR', defaultValue: 'G:\\cpas-framework', description: 'Node.js 脚本执行的工作目录 G:\\cpas-framework')
string(name: 'BRANCH_NAME', defaultValue: 'main', description: '要构建的分支名称')
}
......
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