更改filebast采集配置文件

This commit is contained in:
dxin
2025-12-26 14:19:36 +08:00
parent 60de83a3d5
commit dd374ca771
4 changed files with 299 additions and 7 deletions

View File

@@ -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 {