检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
scope String 模板范围,自定义模板默认为custom description String 模板说明 tool_type String 构建工具类型,yaml构建还是action构建 intl_description Object intl说明 parameters Array
多种构建常用的配置环境工具,用户可以根据需要配置自定义构建环境。 内置环境工具如下: jdk 1.8、maven、git、ant、zip、unzip、gcc、cmake、make。 操作步骤 访问CodeArts Build服务首页。 在编译构建首页右上角单击“更多”,在下拉列表选择“自定义构建环境”。
weight Double 权重 scope String 模板范围,自定义模板默认为:custom,官方模版为:official description String 模板说明 nick_name String 昵称 public Boolean 模板是否公开 tool_type String
postinstall: `node scripts/build.js` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the node-sass@4.14.1 postinstall script. npm ERR! This is
scope String 模板范围,自定义模板默认为custom description String 模板说明 tool_type String 构建工具类型,yaml构建还是action构建 intl_description Object intl说明 parameters Array
msbuild /p:OutputPath=../buildResult/Release/bin zip -rq ./archive.zip ./buildResult/Release/bin/* 表2 代码示例参数说明 参数 类型 说明 command string
击右上角“编辑”。 在弹框中,将“类型”设置为“公开”,单击“确定”。 图1 编辑镜像 获取完整的镜像地址:单击复制镜像下载指令,其中,docker pull后面部分为镜像地址。 图形化构建 在配置构建步骤中,添加“使用SWR公共镜像”构建步骤,参考表1配置参数。 表1 使用SWR公共镜像参数说明
配置构建步骤并执行构建任务 配置“Npm构建”。 在命令编辑器里,npm run build命令前加“#”,新增zip -r ./nodeserver.zip ./命令,用来将代码打包成“nodeserver.zip”,如图1所示。其他参数保持默认即可。 图1 命令示例 按图2所示配置“上传软件包到软件发布库”。
"94baa8ec-fd3f-4cae-81af-b24385a7220f", "execution_id" : "j_fDyt05ip", "execution_stage_name" : "initial", "display_name" : "initial"
步骤 表2 result 参数 参数类型 描述 id String 编号 parameter_name String 参数名称 description String 参数描述 状态码: 400 表3 响应Body参数 参数 参数类型 描述 error_code String 错误码
是 String 文件ID 请求参数 表2 请求Body参数 参数 是否必选 参数类型 描述 id 是 String 文件ID description 是 String 文件描述 keystore_name 是 String 文件名 share 是 Integer 是否租户内共享,1-共享,0-不共享
配置构建步骤 单击页面右上角“保存并执行”,在弹出的窗口中单击“确定”,自动跳转到构建任务执行页面。 “步骤日志”页签中,“构建日志”控制台会滚动打印构建任务执行日志信息。如图5所示,构建日志控制台打印了根据代码仓的“Dockerfile”文件制作容器镜像的日志。 图5 构建任务执行日志
gradle assembleDebug -Dorg.gradle.daemon=false -d --stacktrace --init-script /root/.gradle/init.gradle -xlint 父主题: Android构建
已阅读并同意相关协议后,单击“完成”。单击Webhook文本框旁的“复制”获取钉钉Webhook地址。 选择“钉钉”通知,填写Webhook地址并单击“测试”确保Webhook地址可用。 勾选“启动加签密钥”并填写加签密钥、选择事件类型。 单击“保存”。 配置完成后,当任务运行
command: | pip config set global.index-url https://pypi.org/simple pip config set global.trusted-host repo
如果是Gradlew构建,则修改“gradle/wrapper/gradle-wrapper.properties”文件,修改“gradle-*.*-all.zip”的版本。 父主题: Android构建
他参数保持默认即可。 命令:mvn package -Dmaven.test.skip=true -U -e -X -B命令前加“#”,删除#mvn deploy -Dmaven.test.skip=true -U -e -X -B前的“#”。 发布依赖包到CodeArts私有依赖库:选择“配置所有pom”。
Npm构建 执行Npm构建时,报错提示JavaScript heap out of memory 执行Npm构建时,报错提示Unexpected end of JSON ... 执行Npm构建时,报错提示enoent ENOENT: no such file or directory
scope String 模板范围,自定义模板默认为custom description String 模板说明 tool_type String 构建工具类型,yaml构建还是action构建 intl_description Object intl说明 parameters Array
操作,通过yaml语法编写成build.yml文件实现,并且将build.yml文件和被构建的代码一起存储到代码仓库。执行构建任务时,系统会以build.yml文件作为构建脚本执行构建任务,使构建过程可追溯、可还原,安全可信。本实践以使用Maven构建为例,为您演示上传软件包至软件发布库和推送镜像到SWR。