Commit b9692e9a authored by 李金钢's avatar 李金钢

Update Jenkinsfile

parent a26bdf73
Pipeline #290 failed with stages
......@@ -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 {
......
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