检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
CreateBuildJobScm 参数 参数类型 描述 branch String 代码分支 url String 代码仓地址 repo_id String repo的id web_url String 代码仓http地址 scm_type String 仓库类别,Repo、Github等 is_auto_build
CreateBuildJobScm 参数 参数类型 描述 branch String 代码分支 url String 代码仓地址 repo_id String repo的id web_url String 代码仓http地址 scm_type String 仓库类别,Repo、Github等 is_auto_build
String 代码仓分支 scm_type String 代码源类型 scm_web_url String 代码源地址 commit_detail_url String 代码提交记录信息地址(代码源为Repo) 表6 commit_info 参数 参数类型 描述 commit_id String
执行Npm构建时,报错提示Unexpected end of JSON ... 问题现象 执行npm install时,提示异常信息如下: 原因分析 解析文件中的json字符串失败,有可能从镜像仓下载的文件不完整。 处理方法 修改Npm镜像仓,在Npm构建步骤里,添加如下命令: 1 npm config
scm_web_url String 代码源地址 scm_type String 仓库类别,Repo、Github等 repo_id String repo的id commit_detail_url String 代码提交记录信息地址(代码源为Repo) build_number
参数类型 描述 branch 否 String 代码分支 url 是 String 代码仓地址 repo_id 是 String repo的id web_url 是 String 代码仓http地址 scm_type 是 String 仓库类别,Repo、Github等 is_auto_build
CreateBuildJobScm 参数 参数类型 描述 branch String 代码分支 url String 代码仓地址 repo_id String repo的id web_url String 代码仓http地址 scm_type String 仓库类别,Repo、Github等 is_auto_build
remote repository”,可能是没有权限或者“.gitmodules”文件配置错误。 处理办法 打开主代码仓库,选择“设置 > 子模块设置”,部署密钥没有同步,单击同步按钮,之后再尝试编译构建。 如果步骤1已同步,很可能是主仓库的“.gitmodules”文件配置出错,先检查存在“
参数类型 描述 branch 否 String 代码分支 url 是 String 代码仓地址 repo_id 是 String repo的id web_url 是 String 代码仓http地址 scm_type 是 String 仓库类别,Repo、Github等 is_auto_build
参数类型 描述 branch 否 String 代码分支 url 是 String 代码仓地址 repo_id 是 String repo的id web_url 是 String 代码仓http地址 scm_type 是 String 仓库类别,Repo、Github等 is_auto_build
通过项目入口方式访问CodeArts Build服务首页。 单击“新建分组”,在弹出的窗口中单击。 图1 新建分组 根据实际使用情况,设置分组名称,单击,新建完成。 图2 设置分组名称 单击“关闭”,完成创建分组。 管理分组 单击,打开分组管理。 图3 分组管理 将鼠标放在分组所在行。 单击,可修改分组名称。
见具体构建步骤说明,必填项。 scm:代码源,当前只支持codehub,非必填,默认值codehub。 url:拉取代码的ssh地址或者https地址。codehub拉取代码时为ssh,其他代码源为https,必填项。 branch:拉取的代码分支名,必填项。 commit:co
参数类型 描述 branch 否 String 代码分支 url 是 String 代码仓地址 repo_id 否 String repo的id web_url 否 String 代码仓http地址 scm_type 是 String 仓库类别,Repo、Github等 is_auto_build
参数类型 描述 branch 否 String 代码分支 url 是 String 代码仓地址 repo_id 否 String repo的id web_url 否 String 代码仓http地址 scm_type 是 String 仓库类别,Repo、Github等 is_auto_build
/v1/template/recommend 请求参数 表1 请求Body参数 参数 是否必选 参数类型 描述 git_url 否 String 代码仓地址 branch 否 String 代码仓分支名称你 tags 否 String 代码仓TAG 响应参数 状态码: 200 表2 响应Body参数
算。 查看指定订单账单 登录管理控制台。 在页面上方选择“费用 > 费用账单”,进入“账单概览”页面。 选择“流水和明细账单”,选择账期,设置筛选条件(产品“编译构建”、计费模式“包年/包月”),单击图标即可搜索账单。
增值特性 编译构建服务提供了构建加速包增值特性。 构建加速服务通过解析构建工程的内部依赖关系,将构建任务拆解分发至多个执行机并发执行,结合增量编译技术,实现对软件编译过程的效率提升,支撑企业研发过程的快速迭代,缩短产品的上市周期。 表1 构建加速包 计费方式 包年/包月 适用场景
BUILD: - yarn: inputs: command: |- #nodejs 版本小于18时,可以设置下面的值 npm config set cache-folder /yarncache
trigger_type String 触发类型 build_time String 构建时间 scm_web_url String 代码仓web地址 scm_type String 代码仓类型 repo_id String 代码仓ID build_project_id String 构建项目ID
失败。 如频繁出现或重试仍然失败请联系客服。 镜像不存在:请确保镜像已经上传至镜像仓,且镜像名称、镜像版本正确。 镜像为私有镜像:请将镜像设置为公开,或者先执行 docker login 鉴权通过后再执行 docker pull 操作。 父主题: 镜像问题