构建组件
基本信息
该接口主要用于构建组件,用于CI/CD工作流调用
请求路径
POST /openapi/v1/teams/{team_id}/regions/{region_name}/apps/{app_id}/services/{service_id}/build
Body 请求体示例
{
"build_type": "source_code",
"server_type": "svn",
"branch": "master",
"repo_url": "string",
"username": "string",
"password": "string"
}