更改filebast采集配置文件
This commit is contained in:
@@ -43,12 +43,12 @@ pipeline {
|
||||
booleanParam(
|
||||
name: 'DEPLOY_TO_TEST',
|
||||
defaultValue: false,
|
||||
description: '构建成功后自动部署到 test 环境 (触发 job: DM_test_apex)'
|
||||
description: '可选:构建成功后自动部署到 test 环境 (触发 job: DM_test_apex)'
|
||||
)
|
||||
booleanParam(
|
||||
name: 'DEPLOY_TO_PROD',
|
||||
defaultValue: false,
|
||||
description: '构建成功后自动部署到 prod 环境 (触发 job: DM_prod_apex)'
|
||||
description: '可选:构建成功后自动部署到 prod 环境 (触发 job: DM_prod_apex)'
|
||||
)
|
||||
}
|
||||
environment {
|
||||
|
||||
@@ -43,12 +43,12 @@ pipeline {
|
||||
booleanParam(
|
||||
name: 'DEPLOY_TO_TEST',
|
||||
defaultValue: false,
|
||||
description: '构建成功后自动部署到 test 环境 (触发 job: DM_test_apex_web)'
|
||||
description: '可选:构建成功后自动部署到 test 环境 (触发 job: DM_test_apex_web)'
|
||||
)
|
||||
booleanParam(
|
||||
name: 'DEPLOY_TO_PROD',
|
||||
defaultValue: false,
|
||||
description: '构建成功后自动部署到 prod 环境 (触发 job: DM_prod_apex_web)'
|
||||
description: '可选:构建成功后自动部署到 prod 环境 (触发 job: DM_prod_apex_web)'
|
||||
)
|
||||
}
|
||||
environment {
|
||||
|
||||
Reference in New Issue
Block a user