云应用引擎 CAE-流水线构建软件包上传到Codearts软件发布库后升级CAE组件:参数说明
参数说明
参数名称 |
是否必须 |
参数类型 |
描述 |
---|---|---|---|
release_version |
是 |
String |
发布版本号,取值使用时间戳变量:${TIMESTAMP}。 |
软件包地址 |
是 |
String |
编译构建出来的软件包上传到软件发布库中的地址。 例如:复制图9中下载地址,下载地址为https://devrepo.devcloud.cn-east-3.huawei.com/DevRepoServer/v1/files/download?filename=39d25a3cc6ee48678533020abcfbf941/cae-backend/20231028200733/cae-backend.jar,将软件包的目录发布版本号20231028200733改为${release_version},则软件包地址的值为https://devrepo.devcloud.cn-east-3.huawei.com/DevRepoServer/v1/files/download?filename=39d25a3cc6ee48678533020abcfbf941/cae-backend/${release_version}/cae-backend.jar。 |