检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
variables CLOUD_SDK_AK and CLOUD_SDK_SK in the local environment String ak = System.getenv("CLOUD_SDK_AK"); String sk = System.get
variables CLOUD_SDK_AK and CLOUD_SDK_SK in the local environment String ak = System.getenv("CLOUD_SDK_AK"); String sk = System.get
server: Gateway Time-out 原因分析 网络异常无法连接依赖镜像仓。 依赖镜像仓异常。 处理方法 建议配置开源镜像站,稳定、快速,配置方法如下: 进入构建任务依赖的代码仓库,在“build.gradle”文件中添加如下代码,即可配置开源镜像仓。 allprojects
variables CLOUD_SDK_AK and CLOUD_SDK_SK in the local environment String ak = System.getenv("CLOUD_SDK_AK"); String sk = System.get
variables CLOUD_SDK_AK and CLOUD_SDK_SK in the local environment String ak = System.getenv("CLOUD_SDK_AK"); String sk = System.get
variables CLOUD_SDK_AK and CLOUD_SDK_SK in the local environment String ak = System.getenv("CLOUD_SDK_AK"); String sk = System.get
配置文件权限 功能介绍 配置文件权限 调用方法 请参见如何调用API。 URI POST /v2/keystore/permission/edit 请求参数 表1 请求Body参数 参数 是否必选 参数类型 描述 can_absent 否 Boolean can_absent delete
式编译Node.js项目并上传软件包至软件发布库。 本实践需要依赖使用的其他服务如下: 代码托管服务,用于存储实践中项目所使用的代码。 制品仓库服务,用于存储实践中使用的私有依赖包。 约束限制 需已具备CodeArts Artifact服务的操作权限,具体操作可参考授权使用CodeArts
variables CLOUD_SDK_AK and CLOUD_SDK_SK in the local environment String ak = System.getenv("CLOUD_SDK_AK"); String sk = System.get
执行Maven构建时,提示未开通私有依赖仓 问题现象 异常信息为:may be you have not init release repository。 原因分析 没有开通私有依赖仓。 处理方法 单击CodeArts首页“服务 > 私有依赖库” ,选择开通,待开通完成之后重新执行构建即可。
variables CLOUD_SDK_AK and CLOUD_SDK_SK in the local environment String ak = System.getenv("CLOUD_SDK_AK"); String sk = System.get
variables CLOUD_SDK_AK and CLOUD_SDK_SK in the local environment String ak = System.getenv("CLOUD_SDK_AK"); String sk = System.get
variables CLOUD_SDK_AK and CLOUD_SDK_SK in the local environment String ak = System.getenv("CLOUD_SDK_AK"); String sk = System.get
variables CLOUD_SDK_AK and CLOUD_SDK_SK in the local environment String ak = System.getenv("CLOUD_SDK_AK"); String sk = System.get
objects 文件列表 status String 返回状态信息 表2 result 参数 参数类型 描述 keystore_name String 文件名 id String 文件ID 状态码: 400 表3 响应Body参数 参数 参数类型 描述 error_code String 错误码
文件管理删除权限 功能介绍 文件管理删除权限 调用方法 请参见如何调用API。 URI DELETE /v2/keystore/permission/{permission_id}/delete 表1 路径参数 参数 是否必选 参数类型 描述 permission_id 是 String
文件管理查询权限 功能介绍 文件管理查询权限 调用方法 请参见如何调用API。 URI GET /v2/keystore/permission/{keystore_id}/query 表1 路径参数 参数 是否必选 参数类型 描述 keystore_id 是 String 文件秘钥Id
执行Npm构建时,报错提示error: could not write config file 问题现象 执行Npm构建任务时,日志报异常信息:error: could not write config file /npmcache/_cacache/tmp/git-clone-b0ba91a1/
参考页面上传镜像页面,上传镜像到SWR。 在镜像详情页面中,单击对应镜像版本“下载指令”列的复制图标,复制镜像下载指令。 修改代码仓中Dockerfile文件,将文件中镜像地址修改为步骤3中拷贝的地址。 父主题: 镜像问题
执行Msbuild构建时,找不到**文件 问题现象 异常信息为“找不到**文件”,但是核实后项目已存在该文件。 原因分析 项目中文件(文件夹)名带有空格,造成Msbuild编译时从空格处截断文件路径,报找不到文件异常,导致构建失败。 处理方法 去除目录中的空格以及对应引用路径中的